
body, html
{
	width:100%;
	height:100%;
	margin:0 auto;
	
	background:url(../images/background-css.jpg) no-repeat #a7d0ca;
	background-position:top center;
}

#contest-button
{
	position: absolute;
	
	top: 0px;
	left: 0px;
	
	cursor: pointer;
	cursor: hand;
}

div#main
{
	width:900px;
	margin:0px auto;
}

	div#languages
	{
		width:900px;
		height:20px;
		
		text-align:right;
	}

	div#carousel
	{
		width:960px;
		height:480px;
		
		margin-top:0px;
	}
	
	div#intro
	{
		width:700px;
		margin:0 auto;
		
		padding-left:60px;
	}
	
	div#logos
	{
		width:900px;
		height:200px;
		
		margin:20px auto 0px auto;
		padding-left:120px;
	}
	
		#logos li
		{
			width:100px;
			height:60px;
			
			margin-right:10px;
			float:left;
		}