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

	body {
		background: url(../img/background.jpg) top center no-repeat;
		font: verdana,arial,helvetica,sans-serif;
		margin: 0px;
		padding:0px; }
	a {
		font-size: 10px;
		color: #666;
		font-weight: bold; 
		text-decoration: none;}
	a:hover {
		color: white; 
		text-decoration: none;}
	a: visited {
		color: #666; 
		text-decoration: none;}
	img {
		border: none; }
	a img {	
		opacity: 0.7;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7; }
	a:hover img {
		opacity: 1.0;
		filter: alpha(opacity=100);
		-moz-opacity: 1.0; }	
	div#container {
		position: absolute; 
		width: 100%;
		height: 100%;
		margin: 0px; 
		z-index: 9;}
	div#intro {
		width: 900px;
		height: 100px;
		margin: 0px auto;
		background: url(../img/bg_header.png) top center no-repeat; 
		border-bottom: 1px dotted #585858;}
	div#about {
		width: 900px;
		height: 83px;
		margin: 0px auto;
		border-bottom: 1px dotted #585858;}
	div#footer {
		width: 900px;
		height: 40px;
		margin-top: 100%;
		margin: 10px auto;
		border-top: 1px dotted #585858;}
	div#flashcontent {					
		width: 900px;	
		height: 500px;
		margin: 15px auto; }	
	p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: white; 
		font-size: 12px; 

		margin-top: 15px; }
	p.footer {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: white; 
		font-size: 10px; 
		font-style: normal;
		float: left;}
	.newweb {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: white; 
		font-size: 10px; 
		font-style: normal;
		text-transform: capitalize;
		float: right;}
