/*CSS style sheet for Adonym Site.
Author: Jordan Bussing
Revision Date: 2/26/2010
*/
#wrapperH{
	width:640px;
	height:480px;
	margin:0 auto;
	background-image: url("homebg.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}

#textH{
	width:640px;
	margin:0 auto;
	text-align:left;
	color:#FFFFFF;
	padding-left:30px;
	font-size:x-large;
	
}


#mainH {
	width: 640px;
	margin: 0 auto;
}

#wrapper{
	width:640px;
	height:480px;
	margin:0 auto;
	background-image: url("bg.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}

#text{
	width:640px;
	margin:0 auto;
	text-align:left;
	color:#FFFFFF;
	padding-right:30px;
	font-size:large;
	
}


#main {
	width: 640px;
	margin: 0 auto;
}

table
{
	width:640px;
	height:480px;
	color:#FFFFFF;
}
td
{
padding:10px;
}

a {
	color: #330000;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}
.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
