2@charset "UTF-8";

html {
	overflow-y: scroll;
}

* {
	margin:0;
	padding:0;
}

body {
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #0D0D0D;
	height:100%;
}

p {
	font-size:12px;
	margin:0;
	color:#777;
}

a {
	text-decoration:none;
	color:#777;
}

a:hover {
	color:#CCC;
}

h2 {
	color:#777;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:12px;
	margin: 12px 0 0 0;
}

ul{
	list-style:none;
	margin:11px 0 2px 0;
}

li {
	color:#777;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:14px;
	display:inline;
	padding: 0 10px;
	border-right:2px solid #333;
}

#no_border {
	border:none;
}

.current_page {
	color:#CCC;
}

#container {
	position:absolute;

	top: 50%;

	left: 50%;

	width:1000px;

	height:613px;

	margin-top: -306px; /*set to a negative number 1/2 of your height*/

	margin-left: -500px; /*set to a negative number 1/2 of your width*/

}

#category {
	float:left;
}

#return_home {
	float:right;
	padding-right:10px;
}

#copyright {
	text-align:center;
	margin:10px 0 15px 0;
}

#menu {
	background-color:#222;
	width:1000px;
	height:38px;
}