/* CSS Document */

html, body {
	overflow: hidden;
	margin: 0px;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #282828;
	background-image: url(../lampoon-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
}

p {
	font-family: 'lucida grande', Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #666666;
}

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

a:hover {
	color: #999999;
	text-decoration: none;
}

#flasher {
	width: 640px;
	height: 385px;
	margin: 40px 20px 0px 20px;
	text-align: center;
	background-color:#222222;
	z-index: 1;
}

#footer {
	width: 640px;
	margin: 13px 0px 0px 20px;
}

#footerleft {
	float: left;
	width: 440px;
	text-align: left;
}

#footerright {
	float: right;
	width: 180px;
	text-align: left;
	margin: 0 0 15px 0;
}

#footerbase {
	clear:both;
	width: 640px;
	text-align: left;
	border-top: 1px solid #333333;
	padding: 10px 0 0 0;
}

.highlight {
	color: #999999;
}