@import url('reset.css');

body {
	background-position: right bottom;
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #fff;
}

body a {
	color: #f60;
	outline: medium none;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

#supersize{
	position: fixed;
	display: block;
	z-index: -1;
}

#supersize img {
	position: absolute;
	height: 1080px;
	width: 1620px;
	z-index: -1;
}

#topnav {	
	text-align: center;
	background: #570D00;
	width: 100%;
	padding: 7px 0 8px 0;
	position: fixed;
	z-index: 1;
}

#topnav li {
	display: inline;
	font-weight: bold;
	text-transform: lowercase;
	margin: 0 10px;
}

#profile {
	right: 30px;
	position: absolute;
	top: 80px;
	width: 450px;
	padding: 20px 30px;
	background: #000;
}

#profile_name {
	padding-bottom: 15px;
}

#profile .block_header {
	border-top: 1px dotted;
	margin: 10px 0;
	outline: medium none;
	overflow: hidden;
	padding: 10px 0 0 0;
}

#profile .block_header h2 {
	width: 420px;
	font-size: 24px;
	float: left;
}

#profile .block_header .toggle {
	font-size: 24px;
	float: right;
}

#profile_desc {
	border-top: 1px dotted;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	line-height: 24px;
	font-size: 18px;
}

#profile_desc ul {
	list-style: square outside none;
	margin: 0 0 10px 18px;
}