#container {
	position: absolute;
	z-index: 1;
	top: 51%; /* Opera 7 Win quirk */
	left: 50%;
	margin-left: -350px;
	margin-top: -165px;

	width: 700px; 
	height: 360px; 
	overflow: hidden; 
	text-align: left;
}


.logo {
	background: url(../img/logo.gif) 0 0 no-repeat;
	width: 700px;
	height: 100px;
	margin-top: 20px;
	padding-top: 47px;
}


a.btnDemo {
	display: block;
	overflow: hidden;
	width: 177px;
	height: 20px;
	font-size: 11px;
	background: url(../img/btn-demo.gif) no-repeat;
}

a.btnDemo:hover, a.btnDemo:active {
	background-position: 0 -20px;
}



a.btnUKDemo {
	display: block;
	overflow: hidden;
	width: 210px;
	height: 20px;
	font-size: 11px;
	background: url(../img/btn-uk-demo.gif) no-repeat;
}

a.btnUKDemo:hover, a.btnUKDemo:active {
	background-position: 0 -20px;
}


a.btnProfile {
	display: block;
	overflow: hidden;
	width: 177px;
	height: 20px;
	font-size: 11px;
	background: url(../img/btn-profile.gif) no-repeat;
}

a.btnProfile:hover, a.btnProfile:active {
	background-position: 0 -20px;
}


a.btnDetails {
	display: block;
	overflow: hidden;
	width: 220px;
	height: 40px;
	font-size: 11px;
	background: url(../img/btn-details.gif) no-repeat;
}

a.btnDetails:hover, a.btnDetails:active {
	background-position: 0 -40px;
}


a.btnCvDetails {
	display: block;
	overflow: hidden;
	width: 220px;
	height: 30px;
	font-size: 11px;
	background: url(../img/btn-cv-details.gif) no-repeat;
}

a.btnCvDetails:hover, a.btnCvDetails:active {
	background-position: 0 -30px;
}



/* BODY */

body, td {
	font-size: 12px;
	line-height: 17px;
}

h1 {
	font-size: 18px;
	color: #F7C400;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 0.5em;
}

h2, .h2 {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0.2em;
}

.hr { 
	background: url(../img/hr.gif) repeat-x;
	margin-top: 20px;
	margin-bottom: 20px;
}

.hr20 {
	font-size: 0;
	line-height: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.playerNotice {
	font-size: 11px;
	line-height: 15px;
}