a img,:link img,:visited img { border:none }
a {
	text-decoration: none;
	color: black;
}
body {
	font-family:  /*Verdana,*/ Arial, Helvetica, sans-serif;
	color: #333;
	background: white;
	font-size: 11px;
}

#wrapper {
	margin: 20px auto auto 50px;
	width:730px;
}
#header {
	font-family:  Arial, Helvetica, sans-serif;
	margin: 44px 0 50px 0;
	width:500px;
}
#header h1 {
	font-size: 28px;
	margin:  0;
	padding: 0;
	text-transform: uppercase;
	color: black;
}
#header p {
	padding-top: 0;
	margin-top: 0;
}

#footer a {
	border-bottom: 1px dotted #ccc;
}
#footer {
	margin-top: 50px;
}

#credit {
	margin-top: 25px;
	width: 480px;
}
#credit p {
	font-size: 9px;
}

.clear {
	clear: both;
}

#container {
	position: relative;
}

#container2 {
	position: absolute;
	left: 0px;
}

.pieflags {
	position: absolute;
	display: block;
	padding:0;
	width: 100px;
	height: 100px;
}

.flaginfo {
	position: absolute;
	background: #eee;
	display: none;
	width: 100px;
	text-align: center;
	height: 95px;
	padding-top: 5px;
}