body {
		background-color: #FFFFFF;
		background-image:		url(../images/bg.jpg);
		background-position: 	top left;
		background-repeat:		repeat-x;
		background-attachment:	fixed;
		font-family: 			"kefa-book", Tahoma, Geneva, sans-serif;	 
}

#topnavigation {
		background-color:		#D1032A;
        background: 			-webkit-gradient(linear, left top, left bottom, from(#D1032A), to(#D1032A));
        background: 			-moz-linear-gradient(top, #D1032A, #D1032A);		
		width:					990px;
		height:					100px;
		vertical-align:			middle;
		box-shadow:				2px 6px 10px 0px #666666;	
		z-index:				10;
		margin-bottom:			8px;
}

#slogan {
		vertical-align:			middle;
		font-size: 				26px;
		font-weight:			normal;		
		line-height:			30px;
		color: 					#FFFFFF;
}


#logopartner2big {
		height:					70px;
		margin-left:			40px;
		margin-right:			0px;
		margin-top:				15px;
		margin-bottom:			15px;
}

#main {
		margin-top:				3px;
		background-color:		#F0F0F0;
        background: 			-webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(transparent));
        background: 			-moz-linear-gradient(top, #F0F0F0, transparent);
		z-index:				10;
}

#logopartner1 {
	margin-right:				10px;
	width:						150px;
}

a.rules {
		color: 					#888888;
		text-decoration:		none; 
		line-height: 			40px;
		margin-right:			20px;
}

a.rules:hover {
		color: 					#D3072A; 
		text-decoration:		none; 
		line-height: 			40px;
		margin-right:			20px;
}