@charset "UTF-8";
/* CSS Document */

html{ 
	width:100%;
	height:100%;
	}

body {
	width:100%;
	height:100%;
	font-size:13px;
	background-color:#000;
	}
	
table {
	width:100%;
	height:100%;
	}

.content {
	margin:0px auto;
	width:980px;
	height:800px;
	position:relative;
	}


.content a {
	text-decoration:none;
	display:block;
	position:absolute;
	bottom:90px;
	left:50%;
	background-image: url(../img/enter.png);
	background-position:0 0;
	width:100px;
	height:20px;
	margin-left:-50px;
	}

a:hover{ background-position:0 -20px;}


