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

/**page structure**/

body  {
		font-family:		helvetica, arial, sans-serif;
		font-size:			12px;
		color:              #fff;
		letter-spacing:     1px;
		background:			#191818 url(images/logo.png);
		
	}
	
#container {
		position:			relative;
	}

#wrapper {
	
	margin: 0 auto;  /*CENTERS EVERYTHING*/
	width: 500px; /*KEEPING THINGS INSIDE THE 1024 X 768 RESOLUTION*/
	}

#header {
	position: relative;
	width: 555px;
	height: 46px;
	background: url(images/text-logo.png);
	margin: 10px 0px 20px -30px;
	}
	
#flash {
	margin: auto ;
	width: 500px;
	height: 375px;
	}
	
#footer {
	background: #191818;
	height: 20px;
	width: 500px;
	margin-top: 20px;
}
	
#footer p{
		clear: both;
		font-size: 12px;
		color: #fff;
		line-height: 15px;
		width: 200px;
		margin-top: 0px;
		margin-left: 10px;
	}
	
#footer1 {
		clear: both;
		font-size: 12px;
		color: #fff;
		line-height: 15px;
		width: 200px;
		margin-top: 0px;
		margin-right 10px;
	}
		
	
		a:link {color:#fff;}      /* unvisited link */
		a:visited {color:#fff;}  /* visited link */
		a:hover {color:#fff;}  /* mouse over link */
		a:active {color:#fff;}
		
.alignleft {
float: left;
}
.alignright {
float: right;
}
