/*
	CSS for Mystyx
*/

body {
	background-color: black; /* natch.... */
	color: #CC77AA;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	background-attachment: fixed;
}
td {
	color: #CC77AA;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

#encase {
	position: absolute;
	left: 50%;
	width: 650px;
	margin-left: -325px;
	top: 160px;
}

#logobox {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 400px;
	height: 150px;
	margin-left: -200px;
	background-image: url(logo.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#linkbox {
	position: absolute;
	top: 0px;
	width: 150px;
	float: left;
	left: 0px;
}
#linkbox h1 {
	font-size: 12px;
	color: white;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 0px;
}
#linkbox a {
	color: #CC44DD;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
}
#linkbox a:hover {
	background-color: #330044;
	color: white;
}
#linkbox p {
	text-align: center;
	margin-top: 0px;
	padding: 0px;
}


#mainbox {
	position: absolute;
	top: 0px;
	left: 160px;
	min-height: 330px;
	background-image: url(chair.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	text-align: justify;
}
#mainbox h1 {
	color: white;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #CC00FF;
	font-size: 12px;
}
#mainbox p {
	padding: 0px;
}
#mainbox a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#mainbox a:hover {
	color: #FFFFFF;
	background-color: #9900BB;
	text-decoration: underline;
}

#copyright {
	border-top: 1px solid #880055;
	font-size: 9px;
	color: #9999AA;
}

