* { margin: 0; padding: 0; }
	
body {
	font-family:Verdana, Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	background-color: #000;
	line-height: 20px;
	text-align:left;
}

#flash-container { width: 1000px; height: 700px; position: relative; }

#start-container {
	position: relative;
	
	width:1000px;
	height: 700px;
	margin:0px auto;
}

#start-logo {
	position: absolute;
	top: 75px;
	left: 790px;
	width: 150px;
	height: 110px;
}

#start-text {
	position: absolute;
	top: 300px;
	left: 630px;
	width: 330px;
	height: 350px;
}


a.forward {
	background: #990000;
	display: block;
	padding: 3px;
	color: #ffffff;
	text-decoration: none;
	text-align: right;
	font-weight: normal;
}

a:hover.forward { background: #850000; color: #ffffff; padding-right: 2px; }


