@charset "utf-8";
/* CSS Document */
body {
	
	background: url(images/bg_01.jpg) #000000;
	background-position:top;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	DIV.mod-con{
		color:#898989;
		padding-right:10px;
	}
	
	DIV.con-title{
		background:#fe0096;
		height:22px;
		padding-top:3px;
		padding-left:5px;
		color:#ffffff;
		text-transform:uppercase;
	}
	

DIV.splash-con{
	background:url(images/blb.png) top left ;
	padding:10px 10px 10px 10px;
	color:#ffffff;
	text-align:center;
}

A.enterbut , A.exitbut , A.enterbut IMG , A.exitbut IMG{
	   display: block;
    float: left;
    height: 122px;
    width: 190px;
}
DIV.enterexit{
	margin:0 auto;
	width:380px;
	padding-top:20px;
}
A.enterbut{ background:url(images/enter.jpg) top left no-repeat;}
A.exitbut{ background:url(images/exit.jpg) top left no-repeat;}