body {
	margin: 0px;
	padding: 0px;
	background: url(../images/background.png) repeat;
}

.hidden {
	display: none;
}

#container {
	width: 470px;
	margin: auto;
}

#content {
	width: 470px;
	height: 320px;
	margin-top: 150px;
}

#logo {
	width: 196px;
	height: 319px;
	background: url(../images/splash.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#nav {
	margin: 0;
	padding: 0;
	height: 17px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#nav a {
	float: left;
	padding: 17px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height: /**/:17px /* for IE5/Win only - note that this will cause the CSS to fail validation. Competent browsers will understand the first instruction and ignore the second. IE5 requires a little more help. */;
}

#nav a:hover {
	background-position: 0 -20px;
}

#cymraeg a {
	width: 100px;
	background: url(../images/cymraeg.gif) top left no-repeat;
	position: relative;
	left: 40px;
	top: -165px;
}

#english a {
	width: 100px;
	background: url(../images/english.gif) top left no-repeat;
	text-decoration: none;
	left: 240px;
	top: -165px;
	position: relative;
}
