/* Index only */

* {
margin: 0px;
padding: 0px;
border-style: none;
}

a img {
	text-decoration: none; border: 0px solid;
}
a:visited img, a:active img {
	border-style: none;
}
a:active, a:focus {
	width:0; 
	height:0; 
	outline:0; /* for browsers that understand */
}

body {
background-color:#000000;
text-align: center;
}

img {
border: 0;
}

#Insides {
width: 750px;
text-align: left;
background: none;
display: inline-block; /*Firefox only centers the content if it is inline?*/
margin: 0px auto;
}

#Container {
	width: 750px;
	height: 600px;
	position: absolute;
	background: none;
}

#EnterPic {
position: absolute;
width: 370px; height:511px; 
top:0px; left:200px; 
background-image: url(../images/index_pic.jpg);}

#Enter h1 a {
background-color:#000000; 
position: absolute; 
width: 110px; height:40px;
top:511px; left:330px; 
background:url(../images/index_button.gif) no-repeat 0px -40px;
text-indent: -5000px;}

#Enter h1 a:hover {background-position: 0px 0px;}