/* 	
-------------------------------------------------------------------------------------------------
Universal selector
-------------------------------------------------------------------------------------------------
*/
* { 
	padding: 0; 
	margin: 0; 
}


/* 	
-------------------------------------------------------------------------------------------------
Generic classes
-------------------------------------------------------------------------------------------------
*/
body {
	color: #2d2c26;
 	font-family: arial;
 	font-size: 12px;
 	background: #d5e4fb url(../images/sky-bg.jpg) repeat-x;
}
h1 {
	font-size: 18px;
	color: #ff0000;
	font-weight: normal;
}
a {
	color: #4560a1;
}
a:hover {
	color: #2d2c26;
}

.font-blue {
	color: #173889;
}
.font-red {
	color: #ff0000;
}
.clear {
	clear: both;
}



/* 	
-------------------------------------------------------------------------------------------------
Header
-------------------------------------------------------------------------------------------------
*/
#header {
	margin: 0 auto;
 	width: 860px;
	height: 520px;
}

#header #competition {

 	width: 860px;
	height: 440px;
}
#header #competition img{
	z-index: 10;
}

#header #advert {
	margin: 0px;
	height: 80px;
}

#header #advert p {
}


#header #advert p a {
	margin-top: 10px;
	background-color: #83bae3;
	border: 1px solid #ffffff;
	padding: 7px 10px 7px 10px;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	height: 18px;
	width: 70px;
}


#header #advert p a:hover {
	color: #ffffff;
	background-color: #3377be;
}

#header #advert img {
	z-index: 15;
	position: absolute;
	margin-top: -93px;
	margin-left: 645px;
	padding: 0px;
}

/* 	
-------------------------------------------------------------------------------------------------
Questions
-------------------------------------------------------------------------------------------------
*/
#questions {
	margin: 0 auto;
 	width: 860px;
 	height: 300px;
 	background-color: White;
 	border: 1px #d5e4fb solid;
 	padding: 0px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}


#questions h2 {
	text-align: center;
}



/* 	
-------------------------------------------------------------------------------------------------
Footer
-------------------------------------------------------------------------------------------------
*/
#footer { 
	margin: 0 auto;
 	width: 960px;
}

#footer p { 
	float: left;
 	width: 430px;
 	text-align: center;
 	margin: 8px;
}

#footer img { 
	float: left;
 	text-align: center;
 	margin: 50px 77px 0px 77px;
	border: 0px;
}
#footer #mvc{ 
 	margin-top: 70px;
}