@charset "utf-8";
/* CSS Document */
body{
	background-image:url(background.jpg);
	background-repeat: repeat-x;
	background-color:#cce2f1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#3399ff;
	font-size:11px;
	padding:0px;
	margin:0px;
}

a{	
	color:#3399ff;
	font-weight:normal;
	text-decoration:underline;
}

a:hover{
	color:#036dd7;
}

#container{
	width: 1000px;
	height: 602px;
	position: absolute;
	left: 50%;
	margin-left: -512px;
	top: 50%;
	margin-top: -320px;
}

#lang{
	text-align:right;
	margin-bottom:5px;
}

#lang a{
	text-decoration:none;
	font-weight:bold;
}

#flash{
	width:998px;
	height:600px;
	border: solid 1px #3399ff;
	margin-bottom:5px;
	
}
