@charset 'utf-8';

/* Acie Law Official Website */

body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font: 12px/16px Arial, sans-serif;
	background-color: #000;
	behavior:url(/_css/csshover.htc);
}

#wrapper {
	position:absolute;
	top:50%; left:50%;
	margin-left:-487px;
	margin-top:-345px;
	width: 975px;
	height: 711px;
	background: url(/_img/bg.jpg) bottom no-repeat;
}

#wrapper_main {
	position:absolute;
	top:50%; left:50%;
	margin-left:-487px;
	margin-top:-345px;
	width: 975px;
	height: 711px;
}

#enter {
	position:absolute;
	height: 8px;
	width: 95px;
	top: 390px;
	left: 120px;
	padding:5px;
	background: url(/_img/enter.png) center center no-repeat;
	cursor:pointer;
}

#enter:hover  {
	background: url(/_img/enter_over.png) center center no-repeat;	
}

#skip {
	position:absolute;
	height: 8px;
	width: 91px;
	top: 390px;
	left: 240px;
	padding:5px;
	background: url(/_img/skip.png) center center no-repeat;
	cursor:pointer;
}

#skip:hover {
	background: url(/_img/skip_over.png) center center no-repeat;
}

#preload_enter{
	background: url(/_img/enter_over.png) center center no-repeat;
	visibility:hidden;
}
#preload_skip{
	background: url(/_img/skip_over.png) center center no-repeat;
	visibility:hidden;
}

#description{
	visibility:hidden;
}

#footer{
	position: absolute;
	top: 715px;
	height:70px;
	width:975px;
	background-color:#000;
}


/* links */	
	
a:link
	{
	text-decoration:none;
	color:#666;
	}
	
a:visited
	{
	text-decoration:none;
	color:#666;
	}
	
a:hover
	{
	text-decoration:underline;
	color:#EF6500;
	}
	
a:active
	{
	text-decoration:none;
	color:#666;
	}
