@charset "UTF-8";

/*center image*/
*{	
 font-family: Helvetica, Arial, sans-serif;
 font-size: 12px;
 color: #fff;
 border-collapse: collapse;
 text-decoration: none;
 text-align: center;
}
a:visited
{
border: none;
color:#fff; 
}
html
{
background: #000;
}

#position
{
margin: 30px auto 0px auto;
width: 700px;
height: 150px;
}

#text1{ background: #000;
		border-top: 1px solid #fff;
		width:300px;
		height: 78px;
				overflow: visible;
		text-decoration: none;
		padding-top: 5px;
		 }

#jiltedenter
{
border: double 15px #000;
overflow: hidden;
background: #fff ;
text-align: left;
width: 300px;
height: 600px;
position: absolute;
float: left;
}

#jayenter
{
border: double 15px #000;
overflow: hidden;
background: #fff ;
margin-left: 500px;
width: 300px;
height:600px;
float: right;
margin-right: 0px;
}
