@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding: 0}

body {background: no-repeat url(images/MAQLUtwitterBG.jpg);
	background-color: #000;
	color: #CCC;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

p {padding-top: 10px;}

#container {
	width: 1028px;
	height: 768px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	}
	
#content {position: relative;
	top: 0px;
	left: 275px;
	width: 750px;
}

#footer {position: absolute;
	top: 25px;
	left: 275px;
	width: 750px;
	text-align: right;
	font-size: 16px;
	padding: 5px;
}

#header {padding: 5px; font-size: 16px;}

a {text-decoration: none;}
a:link {color: #00787c;}
a:visited {color: #777;}
a:hover {color: #7c0100; font-size: 18px;}

.fineprint {font-size: 9px;}
h1.frontpage {color: #161616; 
	font-size: 200px;
}
.frontpage {text-align: center;}
.italics {font-style: italic;}
.cover {text-align: center;}
a img {border: none;}
.cover a {font-size: 12px;}