/* CSS Document */

html{
	overflow-y: scroll;
	}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	margin: 0;
	padding: 0;
	
	background: #666666;
	}

#flash{
	position: relative;
	margin: 50px auto 0 auto;
	
	width: 758px;
	height: 300px;
	
	background: #FFFFFF;
	}
	
#generic{
	position: relative;
	margin: 50px auto 0 auto;
	
	width: 425px;
	height: 344px;
	
	background: #FFFFFF;
	}
	
#smaller{
	position: relative;
	margin: 50px auto 0 auto;
	
	width: 425px;
	height: 344px;
	
	background: #FFFFFF;
	}