* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 20px 0 0 0;
}

a:link, a:visited{
	color: #fff;
	text-decoration: none;
}
a:hover, a:active{
	color:#8ad143;
	text-decoration: underline;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

div#header{
	padding: 0 0 100px 0;
	font-size: 45pt;
}

div#content{
	position: relative;
	
	width: 960px;
	margin: 0 auto;
	padding: 50px;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 32pt;
	font-weight: bold;
}

div li{
	list-style-type: none;
	font-size: 24px;
}

div.category{
	padding: 0 0 30px 0;
}

div.leftColumn{
	float: left;
	width: 440px;
}
div.rightColumn{
	border-left: dotted;
	border-left-color: white;
	border-left-width: 1px;
	
	float: right;
	width: 220px;
	font-size: 24pt;
	padding: 0 0 30px 20px;
}

div.clearDiv{
	clear: both;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px;
	}
}

