@charset "utf-8";

/* reset */
* {
	outline: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: 0px 87px;
}
body, a {
	color: #000;
	text-decoration: none;
}

#head {
width: 964px;
margin: auto;
display: block;
position: relative;
}

.logo {
width: 315px;
height: 59px;
margin: 15px;
}

#wrapper {
	width: 964px;
	height: 613px;
	margin: auto;
	background-image: url(../images/main_bg.png);
	}
	
.download {
	width: 179px;
	height: 49px;
	display: block;
	position: absolute;
	margin-top: 500px;
	margin-left: 155px;
}	
	
#footer {
	width: 964px;
	margin: 10px auto;
	text-align: center;
	display: block;
	position: relative;
	
	padding: 20px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	color: #4b4b4b;
}
