/* CSS Document */
body{
	background-image:url('images/bgTile.jpg');

}

a:link,a:visited{
	text-decoration: none;
	color: #818181;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

#mainbox{
	width:710px;
	height:472px;
	position: absolute;
	top: 50%;
	left: 50%;
	visibility: visible;
	margin-left: -305px;
	margin-top: -236px;
	
}

#topBrdr{
	height:20px;
	width:710px;
	background-image:url('images/TopBrdr.png');
}
#BrdrBox{
	background-color:#111111;
	border-right:7px solid black;
	border-left:7px solid black;

	padding:20px 26px 34px 26px;
}


#insidebox{
	background-image:url('images/bgmid.jpg');
	width:643px;
	height:394px;
}

#BtmBrdr{
	width:710px;
	height:20px;
	background-image:url('images/BtmBrdr.png');
	
}

#warning{
	width:500px;
	height:270px;
	color:white;
	font-family:sans-serif;
	
	padding:45px 20px 0px 50px;
}

#warning p {
	text-align:center;
}

#buttons{
	float:right;
	width:152px;	
}

#r18{
	float:left;
	width:58px;
}


#enter{
	float:right;
}

#buttons a{
	padding:0;
	margin:0;
	}