img {
	border:none;
}
body{
	background-image:url(back.jpg);
}

a:link	   { text-decoration: none; border:0; color:#0099FF;}
a:visited  { text-decoration: none; border:0; color:#0033FF;}
a:hover    { text-decoration: none; border:0; color:red;}
a:active   { text-decoration: none; border:0; color:red;}

#wrap{
	margin:0 auto;
	position:relative;
	width: 1450px;
	height: 965px;
	min-width:1450px;
	min-height:965px;
	top:50%;

}

#main{
	visibility: visible;
	position: absolute;
	width:1024px;
	height:864px;
	left:50%;
	top:50%;
	margin-left:-512px;
	margin-top:-450px;
	z-index:2;
}

#main img{
	-webkit-box-shadow: 20px 20px 25px #000000;  /* Webkit—p */
	-moz-box-shadow: 20px 20px 25px #000000;  /* Firefox—p */
}

#flag{
	height: 20px;
	width: 400px;
	top: 12px;
	right: 203px;
	position: absolute;
	text-align: right;
	z-index:1;
}

#flag img{
	-webkit-box-shadow: 20px 20px 25px #000000;  /* Webkit—p */
	-moz-box-shadow: 20px 20px 25px #000000;  /* Firefox—p */
}
