/*
LU: 20081011
This stylesheet is for the basic temporary splash page.
*/

body {
	background: url(../img/designed_curly02.jpg);
	text-align:center;
	font-family:"trebuchet ms", helvetica, arial, sans-serif;
	font-weight:bold;
}	

a:link {
	color: #593c78;
}

a:visited {
	color:#9c662a;
}

a:hover {
	color:#9c662a;
	background:#c1e8a2;
}

/* commented backslash hack for ie5mac \*/ 
html, body{height:100%;} 
/* end hack */
div#main {
	position: absolute;
	width: 400px;
	height: 100px;
	left: 50%;
	top: 30%;
	margin-top: -60px; /* make this half your image/element height */
	margin-left: -210px; /* make this half your image/element width */
	padding:25px;
	border-style:solid;
	border-width: 10px;
	border-color: #9c662a;
	background:url(../img/designed_curly_disk_bg.jpg)
}

span#footer {
	display:block;
	margin-top: 3em;
	text-align:center;
	font-weight: thin;
	font-size: small;
}
