@charset "utf-8";
/* CSS Document */

#header {
	position:absolute;
	top:0px;
	width:800px;
	height:135px;
	z-index:1;
	visibility: hidden;
}
#headerVis {
	position:absolute;
	top:5px;
	width:800px;
	height:135px;
	z-index:1;
}
body {
	background-color: #000000;
	margin:0px 0px;
	padding:0px;
}
#content {
	position:absolute;
	width:900px;
	height:600px;
	position:absolute;
	left:50%;
	margin-left:-450px;	}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
.homeCopyItems {
	color:white;
	size:18px;
	font-family:Arial;
	text-align:right;
}
#buttonHome {
	position:absolute;
	left:720px;
	top:114px;
	width:81px;
	height:17px;
	cursor:pointer;
	z-index:11;
}

