/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #6FB248 url(images/background.gif) repeat-x center top;
	font: 12px/17px "Trebuchet MS", Verdana, Arial, sans-serif;
	overflow: hidden
}
#content {
	width: 900px;
	position: relative;
	margin: auto;
}#signpost {
	position: absolute;
	top: 15px;
}
#cowbarn {
	position: absolute;
	top: 312px;
	left: 378px;
}
#cow {
	position: absolute;
	top: 270px;
	left: 560px;
	text-align: center;
}
#copy {
	position: absolute;
	top: 64px;
	left: 460px;
	width: 320px;
}
/*
#flags {
	position: absolute;
	top: 5px;
	left: 640px;
	text-align: right;
	width: 240px;
}*/
#country-flags{

list-style-type:none;
float:right;
margin-right:18px;
}

#country-flags li{

float:left;
padding:3px;


}

#country-flags img{

border:none;
}
a:link {
	color: #093A7E;
	text-decoration: underline;
}
a:visited {
	color: #093A7E;
	text-decoration: underline; 
}
a:active {
	color: #FF0000;
	text-decoration: none; 
}
a:hover {
	color: #FFB300;
	text-decoration: underline; 
}

