/* GENERAL STYLES */
@charset "utf-8";
/* CSS Document */

html { margin:0; padding:0; background-color:#ffffff; }

body { margin:0; padding:0; background-color:#ffffff; color:#000000;
	font-family: Trebuchet MS, Verdana, Arial; font-size: 12px;
}
a:link, a:visited, a:active { font-family: Trebuchet MS, Verdana, Arial; font-size: 12px; color:#000000; text-decoration: none; }
a:hover { font-family: Trebuchet MS, Verdana, Arial; font-size:12px; color:#000000; text-decoration: underline; }


/* DIVS */
div#wrapper {
	width: 952px; padding: 0; margin: 0 auto; min-height: 600px; height:600px;
	background-image:url(../images/wrapper_bg.jpg); background-repeat:no-repeat;
}

div#content_wrapper {
	width: 952px; padding: 0; margin: 0; min-height:600px; height:600px;
	background-image:url(../images/splash/bg_flags.jpg); background-repeat:no-repeat;
	background-position:center;
}

div#language_options {
	width: 375px; margin: 0 auto; position:relative; top:305px;
}

div.language { 
	width:90px; padding-top:60px; float:left; text-align:center; vertical-align:bottom; cursor:pointer; 
}
div.language a{display:block; width:90px;}
div.clearer {clear:left; line-height:0; height: 0;} /* expand content_wrapper to fit floating content */

div#footer {
	width: 900px; margin: 0 26px 10px 26px; padding-top: 5px;
	border-top: 1px solid #dc762c; text-align: right;
	font-family: Trebuchet MS, Verdana, Arial; font-size: 10px; color: #000000;
}

div#footer a:link, div#footer a:active, div#footer a:visited, div#footer a:hover {
	font-family: Trebuchet MS, Verdana, Arial; font-size: 10px; color: #000000; text-decoration: underline;
}

/* EDITOR PROPERTIES */
