* {
	margin: 0px;
	padding: 0px;
}
body {
	padding: 10px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #7AA4D6;
}
#Interface {
	width: 780px;
	margin: auto;
	background-color: #7AA4D6;
}
#Content {
	width: 780px;
	height: 552px;
	background-image: url(../images/intro/intro.jpg);
	border: solid 1px black;
}
#Content #Enter {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	display: inline;*/
}
#Enter a {
	font-size: 12px;
	color: White;
	font-weight: bolder;
	text-decoration: none;
}
#Enter a:hover {
	color: White;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	color :red;
}
#Content #Flags {
	padding: 10px;
	float: right;
}		
#Content #Patchwork {
	float: right;
	width: 330px;
	color:white;
	font-size: 28px;
	position: relative;
	left: 40px !important;
	left: 60px;
	top: 460px;
	text-align: right;
}
#Content #Coord {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: left;
	position: relative;
	left:10px;
	top: 480px;
	font-size: 13px;
	color:white;
}
span.yellow {
	color: #FFFF00;
	font-weight: bolder;
}

#Copyright {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 780px;
	height: 20px;
	text-align: center;
	color: white;
	font-size: 09px;
	padding: 3px;
} 