html {
	height: 100%;
	overflow: hidden;
}
html,body,div,p,img {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #cccccc;
	min-height:100%;
	height: 100%;
	color: #000000;
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	line-height: 16px;
}
h1,h2,h3 {
	margin: 0 0 0.25em 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	line-height: 16px;
}
#wrapper {
	background: #ffffff;
	width: 800px;
	height: 544px;
	margin: 0 auto 0 auto;
	position: relative;
	top: 50px;
}
#imgtitle {
	position: relative;
	left: 25px;
	top: 24px;
	width: 135px;
	height: 16px;
}
#bottom {
	position: relative;
	left: 25px;
	top: 50px;
}
#info {
	position: relative;
	left: 0px;
	top: 0px;
}
#about {
	position: relative;
	left: 2px;
	top: 0px;
	width: 400px;
	float: left;
}
#contact {
	position: relative;
	left: 50px;
	top: 0px;
	width: 300px;
	float: left;
}
#download {
	clear: both;
	position: relative;
	left: 2px;
	top: 50px;
	height: 39px;
}
#flashlogo {
	position: relative;
	left: 0px;
	top: 0px;
	width: 158px;
	height: 39px;
	float: left;
}
#flashtext {
	position: relative;
	left: 0px;
	top: 50%;
	width: 542px;
	margin: -0.55em 0 0 1em;
	float: left;
}
a:link, a:hover, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}