@charset "UTF-8";
/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
background-color:#000000;
margin:0px;
padding:0px;
text-align:center;

}
.container {
width:100%;
height:100%;
}

.masthead {
padding-top:3em;
padding-left:1em;
padding-bottom:2em;
padding-right:1em;
	margin-left:15%;
	margin-right:15%;

}

.content {

}

#table1 {
	margin-left:15%;
	margin-right:15%;
	width:70%;
	height:100%;
	border:0;
	padding:1em;
}

#col1 {
	display:block;
	width:231px;
	height:62px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/button_hp1.jpg) no-repeat 0 0;
}

#col1:hover {
	background-position: 0 -62px;
}

#col1 span {
	display:none;
}

#col2 {
	display:block;
	width:231px;
	height:62px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/button_hp2.jpg) no-repeat 0 0;
}

#col2:hover {
	background-position: 0 -62px;
}

#col2 span {
	display:none;
}

#col3 {
	display:block;
	width:231px;
	height:62px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/button_hp3.jpg) no-repeat 0 0;
}

#col3:hover {
	background-position: 0 -62px;
}

#col3 span {
	display:none;
}



.bottom_nav {

}


#enter {
	display:block;
	width:231px;
	height:40px;
	margin-left:15%;
	margin-right:15%;

	background:url(../images/button_enter.jpg) no-repeat 0 0;
}

#enter:hover {
	background-position: 0 -40px;
}

#enter span {
	display:none;
}

#isaac {
	display:block;
	width:231px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/button_isaac.jpg) no-repeat 0 0;
}

#isaac:hover {
	background-position: 0 -40px;
}

#isaac span {
	display:none;
}
