/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #531834;
	background-image: url(images-01/backcolour.gif);
}
#background {
	background-image: url(images-01/back.gif);
	height: 384px;
	width: 500px;
	position: absolute;
	z-index: 0;
	right: 0px;
	bottom: 0px;
}

#logobox {
	height: 74px;
	width: 484px;
	position: absolute;
	left: 75px;
	top: 50px;
	background-image: url(images-01/logo.gif);
	background-repeat: no-repeat;
	z-index: 1;
}
#wallpapertitle {
	height: 30px;
	width: 625px;
	position: absolute;
	z-index: 3;
	left: 75px;
	top: 200px;
	background-image: url(images-01/wallpapers.png);
	background-repeat: no-repeat;
	background-position: top right;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
}
#contentbox {
	height: 250px;
	width: 641px;
	overflow: auto;
	position: absolute;
	z-index: 4;
	left: 75px;
	top: 230px;
}
#backhome {
	background-image: url(images-01/linksback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 285px;
	position: absolute;
	z-index: 4;
	left: 400px;
	top: 500px;
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
}

.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}



a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #724E38;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}#blurb {
	height: 50px;
	width: 600px;
	position: absolute;
	z-index: 2;
	left: 100px;
	top: 140px;
}
#styleselector {
	background-image: url(images-01/linksback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 285px;
	position: absolute;
	z-index: 5;
	left: 75px;
	top: 500px;
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
}
