body{
	padding:0px;
	margin:0px;
}

div#start{
	color:#369aff;
	font-size:30pt;
	font-weight:bolder;
	position:relative;
	width:100%;
	text-align:center;
}

div#container{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

div#background{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:-1;
}

div#background img{
	height:100%;
	width:100%;
}

div#header{
	margin-top:50px;
	margin-bottom:30px;
	text-align:center;
	height:102px;
	width:100%;
}
div#tab-2 img{
	margin:0px 5px 0px 5px;
}
img{
	border:none;
}
ul#selectlanguage{
	text-align:center;
	width:100%;
	list-style-type:none;
	margin:100px 0px 20px 0px;
	padding:0px;
}
ul#selectlanguage li{
	display:inline;
	margin:0px 20px 0px 20px;
}
div#language{
	text-align:center;
	color:rgb(0,128,155);
	font-size:25pt;
	background-image:url("resources/img/transparent.png");
	background-repeat:repeat;
}		