* {
	margin: 0;
	padding: 0;
}
/*
html, body {	
 	height: 100%; 
	width: 100%; 
	background-color: #000;
	
}
*/

html, body {	
 	height: 100%; 
	width: 100%; 
	background-color: #000;
}

h4
{
	color:#999999;
	font-weight:normal;
}

img {
	border: 0;
}

#container {
	min-height: 600px; 
	min-width: 960px; 
    height:100%;
    width:100%; 
	background-attachment:fixed;
	
}

#flashcontent {
	min-height: 600px; 
	min-width: 960px; 
    height:100%;
    width:100%; 
}
