BODY {
	background: url(images/intro_bg.png) 0px 8px;
	margin: 0px;
	padding: 0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:60%;
}

#glow {
	max-height: 552px;
	background: url(images/intro_glow_bg.jpg) repeat-x;
	text-align: center;
	padding-top: 100px;
}

#box {
	margin: auto;
	width: 309px;
	height: 391px;
	background: url(images/intro.jpg) no-repeat;
	cursor: pointer;
}

#content {
	color: #ECD;
	width: 200px;
	margin: auto;
}

#content a {
	color: #e44e00;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
}