html {
	height: 100%;
	overflow: hidden;
}
	
#flash {          
	width:100%;
	height:100%;
}
/* end hide */
body {
	height: 100%;
	background:#F2F2F2 url(../img/background.jpg) center center no-repeat;
	margin:0;
	padding:0;
	color: #000;   
	font-family:			arial, geneva, sans-serif;
	font-size:				62.5%;
	font-weight:			normal;
    text-align:				center;
	
}
#logo {
	margin:	10px 0 0 10px;
	float:	left;  
	clear:left;
}
img {
	border:0;
}         
#content {                
    clear:left;
	margin: 200px auto;
	width: 350px;
}   
h1 {
	background: #F00;  
	color: #FFF;
	text-transform: uppercase;   
	font-weight: normal;
	font-size: 1.6em;
} 
hr {    
	border: 0;
	border-bottom: 1px dotted #F00;  
	height: 1px;               
}  
.right {
	text-align: right;
} 
.clear {
	clear: both;
} 
p,
h1, 
.left {
	text-align: left;
	padding: 6px 10px;
}
p {
	font-size: 1.2em;
}
a {                   
	color: #F00;                   
	font-weight: normal;  
	text-decoration: none;
	font-size: 1.6em;
	
}
