/* CSS Document */

#body {
	background-color:#000000;
}

#main { 
	position:relative; 
	margin: 0px auto;
	background-color:#000000; 
}
#up { 
	position:relative; 
	top:0px; 
	height:125px; 
} 
#middle { 
	position:relative; 
	top:0px; 
	width:600px; 
	height:275px;
}
#space { 
	position:relative; 
	top:0px;
	height:125px; 
}
#flash { 
	position:relative; 
	top:0px; 
	height:36px; 
}
#down { 
	position:relative; 
	top:0px; 
	height:50px;
} 
img { 
	border:none 
}