* { padding: 0px; margin: 0px; }

html{
	padding: 0px;
	margin: 0px;
}

a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #fff;
}
body{
	background-image: url(img/background.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #fff;
	background-color: #00020a;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#content{
	width: 600px; 
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: left;
}
#frame{
	margin: 0px;
	text-align: center;
	overflow: hidden;
	padding: 0px;
}
#logo{
	background-image: url(img/logo.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 410px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#download{
	margin-left: auto;
	margin-right: auto;
	width: 250px;
}
#center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 250px;
	text-align: canter;
}
#get{
	float: left;
	width: 82px;
	height: 71px;
	padding: 0px;
	margin: 0px;
}
#button{
	width: 156px;
	height: 56px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	float: left;
	background-image: url(img/button.gif);
	background-repeat: repeat-x;
	margin: 0px;
	text-align: center;
	padding-top: 15px;
}
#corners{
	float: left;
	width: 5px;
	height: 71px;
	padding: 0px;
	margin: 0px;
}
#about{
	width: 600px; 
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: left;
}
#line{
	background-image: url(img/line.gif);
	height: 1px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#foot{
	background-image: url(img/foot.gif);
	background-repeat: repeat-x;
	width: 100%;
	font-size: 10px;
	color: #666;
	background-color: #0f1115;
}