@charset "utf-8";
/* CSS Document */
body{
	background:#1d49b6;
	margin: 0 0 0 0px;
}
#structure{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:600px;
	background-image:url(../img/background.png);
}
#intro{
	position:absolute;
	margin-top:109px;
	margin-left:250px;
	margin-right:auto;
	width:500px;
	height:281px;
}
#sLanguage{
	float:left;
	width:400px;
	margin-left:300px;
	text-align:center;
	margin-top:550px;
	font-family:"Verdana", Geneva, sans-serif;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
a:Link, a:visited, a:hover, a:active{
	color:#FFF;
}