/*Game Trades Stylesheet GT-#758484-8452478*/

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper{
width:940px;
}

#select {
	float:left;
	background:url(../media/select-country.jpg) no-repeat left;
	width:639px;
	height:476px;
}

#footer{
	height:350px;
	width:100%;
	background:url(../media/bg-footer.jpg) repeat-x left top #000000;
	clear:both;
	color:#fff;
	padding-top:20px;
	padding-bottom:20px;
	font-size:11px;
	text-align:left; 
	line-height:15px;
	
}

#footertext{
	padding:17px 0 0 212px;
}

#footer a{
	color:#666666;
}

#footer a:hover{
	color:#ccc;
	text-decoration:none;
}

a{
	outline:none;
}

#flags{
	float:right;
	margin-top:170px;
	width:300px;
}

#flags a:hover{
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
}


