

* {padding:0; margin:0;}

html{height:100%;}
body {
	background:url(../graphics/dreamship_bg.gif) repeat-x #04114A;
	color:#FFF;
	font-size:12px;
	height:100%;
	}

.wrapper {width:100%;}

.header {
	background:url(../graphics/dreamship-logo.png) no-repeat;
	background-position:0 40px;
	width:800px;
	height:180px;
	margin-left:300px;
	}
	
h1 {
	margin:10px 0 20px 300px;
	font-size:20px;
	}
	
h2 {
	margin:0 0 10px 300px;
	font-size:18x;
	color:#BC8631;
	}
	
h3 {
	margin:0 0 10px 300px;
	font-size:14px;
	}
	
p {
	margin:0 0 20px 0;
	width:500px;
	margin-left:300px;
	}

#flash_replaced {
	width:1100px;
	height:800px;
	overflow:visible;
	margin:0 auto;
	background:url(../graphics/dreamship_bg.gif) repeat-x #04114A;
	}
	
object 
#DreamShip {
	background:url(../graphics/dreamship_bg.gif) repeat-x #04114A;
	height:auto;
	overflow:visible;
	}
	
.tm {
	font-style:italic;
	}
