/*CSS*/
* {
	border: none;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial;
	font-size: 15px;
}

body {
	background-color: rgb(88,13,35);
	text-align: center;
}

#main {
	margin:auto;
	text-align: center;
	padding-top: 120px;
	background-image: url("../img/background.gif");
	width: 1016px;
	!width: 996px; /*IE hack*/
	height: 486px;
}

#banner{
	margin: auto;
	background-image: url("../img/banner.jpg");
	width: 1016px;
	!width: 995px;
	height: 280px;
}

#languages{
	text-align: center;
	width: 1016px;
	height: 20px;
	margin-top: 25px;
}

#languages ul {
	margin: auto;
	text-align: center;
	width: 390px;
}

#languages ul li {
	margin: auto;
	color: white;
	list-style-type: none;
	width: 130px;
	display: block;
	float: left;
	}

#languages ul li a {
	color: white;
	text-decoration: none;
}

#languages ul li a:hover {
	color: rgb(227, 213, 176);
}

/*SAFARI hack*/
@media screen and (-webkit-min-device-pixel-ratio:0){
	
	#main {
		height:661px;
	}
} 
