/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

/* RESET */

* { padding: 0; margin: 0; }


body {
	height:100%;
	margin:0;
	padding:0;
	background-color:#000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#homeflash {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px;
	margin-top: -300px; /*set to a negative number 1/2 of your height*/
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
}


#menu {
	position:absolute;
	top: 95%;
	width: 100%;
	margin:0 auto;
	color: #FFF;
}


#menu ul {
	list-style: none;
	padding-right: 1em;
	padding-left: 1em;
	text-align:center;
	font-size:0.8em;
}

#menu li {
	display: inline;
	margin: 0;
	padding-top: 0;
	padding-right: 0.9em;
	padding-bottom: 0;
	padding-left: 0.9em;
}

#menu a {
 margin-left: 3px; /* Width of the graphic */
 text-decoration:none;
 color:#666666;
}
#menu a:hover {
 color:#EEE;
 text-decoration:underline;
}
