body {
	background-color: #EBEBEB;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	margin: 0px;
	padding: 0px;
}

#center {
	position: absolute;
	top: 50%;
	width: 100%;
}

#rayures {
	background-image: url(rayures.png);
	height: 400px;
	margin: 0px;
	position: absolute;
	top: -200px;
	width: 100%;
}

#white {
	background-image: url(white.png);
	height: 400px;
	margin: 0px;
	position: absolute;
	top: -200px;
	width: 100%;
}

#orange {
	background-image: url(orange.png);
	height: 400px;
	margin: 0px;
	position: absolute;
	top: -200px;	
	width: 100%;
}

#black {
	background-image: url(black.png);
	height: 400px;
	margin: 0px;
	position: absolute;
	top: -200px;
	width: 100%;
}

h1 {
    font-size: 1em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    position: absolute;
    left: 3px;
    top: 3px;
}

dl { position : absolute; right: 3px; top: 15px; }
dt { float: right; }

a { margin: 0px 7px 0px 7px; text-decoration: none; color: #000000; }
a:hover { color: #E85711; }

#links { position: absolute; right: 10px; bottom: 10px; }
