@CHARSET "ISO-8859-1";
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 16px;
	background-color: #000;
}
*:active {
  outline: none;
}

*:focus {
	-moz-outline-style: none;
}
#wrapper {
	position: absolute;
	height: 293px;
	width: 690px;
	top: 50%;
	left: 50%;
	margin-top: -147px;
	margin-left: -345px;
	font-size: 0.75em;
}

#homeEnterLinks {
	position: absolute;
	top: 50%;
	left: 0%;
	margin-top:170px;
	margin-left:170px;
}
	
#homeEnterLinks ul {
	list-style: none;
}

#homeEnterLinks ul li {
	float: left;
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
}

#homeEnterLinks a {
	display: block;
	text-align: left;
	color: #fff;
	text-decoration: none;
}

#homeEnterLinks a:hover {
	text-decoration: underline;
}

#homeEnterLinks a:active {
  outline: none;
}

#homeEnterLinks a:focus {
	-moz-outline-style: none;
}

#designed {
	display: none;
}

#homeEnterBlog {
	height: 40px;
	margin-top: 50px;
	position: absolute;
	top: 50%;
	left: 0%;
	margin-top:150px;
	margin-left:620px;
}