/* 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:709px;
	height:472px;
	position: absolute;
	top: 50%;
	left: 50%;
	visibility: visible;
	margin-left: -305px;
	margin-top: -236px;
	
}

#topBrdr{
	height:43px;
	width:709px;
	background-image:url('images/topBorder.png');
}



#insidebox{
	background-image:url('images/mainbg.jpg');
	width:709px;
	height:387px;
}

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

#warning{
	width:600px;
	height:270px;
	color:white;
	font-family:sans-serif;
	
	padding:125px 20px 0px 70px;
}

#warningtext{
	float:left;
	text-align:center;
	width:350;
}

#buttons{
	margin:80px 0px 0px 30px;
	float:left;
	width:152px;	
}
#r18{
	float:left;
	width:58px;
}


#enter{
	float:right;
}

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