
/***************************************************************************************
		
		Main CSS styles for www.moviemilitia.org (coming soon page)
		
		AUTHOR:  James Gross - randomink.com
		DATE:    3.12.2007
		PURPOSE: Controls the layout of the site and styles the menus
		 
****************************************************************************************/


/********************************************
		Main Section
********************************************/

body {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #fff;	
}

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

a:hover {
	text-decoration: underline;
}

#wrapper {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 900px;
	height: 355px;
	margin-left: -400px; /* half of width */
	margin-top: -177px;  /* half of height */
}

#contact {
	position: absolute;
	top: 300px;
	left: 575px;
	width: 200px;
	height: 50px;
	background-image: url(images/mm_contact.gif);
	color: #fff;
}

a#contact:hover {
	background-image: url(images/mm_contact_over.gif);	
}


/********************************************
		Footer
********************************************/

#footer {
	position: absolute;
	bottom: 20px; 
	left: 10%;
	right: 10%;
}

#footer p {
	text-align: center;
	font-size: 10px;
	color: #888888;
}
