*
	{
	margin: 0;
	padding: 0;
	}

a	{
	color: black;
	outline: none;
	text-decoration: none;
	}

a:hover
	{
	color: white;
	}

a img
	{
	border: none;
	}

body, html
	{
	height: 100%;
	}

body
	{
	background: gray url(img/background.jpg) center center fixed repeat;
	min-width: 960px;
	overflow-y: scroll;
	width: 100%;
	}

fieldset
	{
	padding: 1em;
	}

h1
	{
	font-size: 30px;
	padding: 30px 0;
	}

h2
	{
	font-size: 15px;
	padding-bottom: 15px;
	}

ol, ul
	{
	list-style-type: none;
	margin-left: 1em;
	}

.avatar
	{
	height: 128px;
	width: 128px;
	}

.competitors
	{
	margin-top: 30px;
	width: 640px;
	}

.competitors .avatar
	{
	height: 64px;
	width: 64px;
	}

.forum
	{
	border: 0;
	height: 480px;
	margin-top: 30px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 640px;
	}

.leaderboardpic
	{
	padding-top: 30px;
	}

.levelpackdeed
	{
	border: 1px solid black;
	border-collapse: collapse;
	display: inline;
	margin: 1em 0 0 0;
	width: 300px;
	}

.levelpackdeed th
	{
	background: transparent url(img/white.png) repeat;
	text-align: left;
	}

.levelpacks li ol
	{
	display: none;
	}

.main
	{
	margin-left: 22%;
	min-height: 150%;
	position: relative;
	width: 700px;
	}

.main_background
	{
	background: transparent url(img/blue.png) top left repeat;
	height: 100%;
	position: absolute;
	width: 700px;
	z-index: -1;
	}

.main_content
	{
	margin: 0 30px;
	overflow-y: auto;
	padding-bottom: 30px;
	width: 640px;
	}

.majorsection
	{
	margin: 30px 0 0 30px;
	}

.mylevelpacks, .results
	{
	background: transparent url(img/white.png) repeat;
	margin: 1em 0;
	padding: 1em;
	}

.rating
	{
	margin-bottom: 1em;
	}

.screenshot
	{
	width: 640px;
	}

.screenshotsmall
	{
	width: 320px;
	}

.sidebar
	{
	float: left;
	margin: 30px 0 0 2%;
	width: 20%;
	}

.sidebar_top
	{
	background: transparent url(img/sidebar-top.png) top left;
	padding-top: 140px;
	}

.sidebar_center
	{
	background: transparent url(img/white.png) repeat;
	padding: 0 5%;
	width: 90%;
	}

.sidebar_bottom
	{
	background: transparent url(img/sidebar-bottom.png) top left;
	padding-top: 140px;
	}

