/***********************************************
stylesheet city-beach
************************************************/

body, html, td, th {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size:10px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}


/************************************************
tags
************************************************/
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	xtext-decoration: underline;
}



p {
	margin:0;
}

/************************************************
id: header
************************************************/

#wrapper_empty {
	width:1200px;
	margin:auto;
	xheight: 662px;
	padding-top: 106px;
	position:relative;
	background:url(../img/bg/empty.jpg);
	background-position:top;
	background-repeat: no-repeat;
}

