*{
	margin: 0;
	padding: 0;
}    

html{
	height: 100%;
	width: 100%;
}
body {
background: #fff;
font-family: Helvetica, Arial;
color: #000;  
width: 100%;
height: 100%;   

}  


#flashcontent {
	width: 1000px;
	height: 550px;  
}   

h1, h2, h3, h4, h5{
	margin: 10px;
	margin-bottom: 5px;
	line-height: .9em; 
	width: 600px;
} 

h1{
	color: #EC00AE;
}  

h5{
	color: #EC00AE; 
	margin-bottom: -4px;       
	margin-top: 20px;
}

p{
	width: 600px;
	margin: 10px;
	color: #666666;
} 

img{
	margin: 10px;
}

li{
	margin: 10px; 
	display: inline;
} 


a:link, a:visited {   
	color: #EC00AE;      
	text-decoration: none; 
}
a:hover, a:active { 
	text-decoration: underline;
}
