@import "reset.css";

html {
	background: #c1bdb3 url('../img/bg.png') repeat-x center top;
	font-family: 'Raleway', sans-serif;
	min-width: 1100px;
}

#container {
	position: relative;
	width: 960px;
	height: 100%;
	margin: 0px auto auto;
}

img#logo {
	position: absolute;
	top: -77px; left: 26px;
}

img#icon {
	position: absolute;
	top: -125px; left: 642px;
}

#download {
	position: absolute;
	background: url('../img/download.png') no-repeat;
	width: 187px; height:38px;
	top: 218px; left: 705px;
}

#download:hover {
	background: url('../img/download.png') no-repeat 0px -38px;
}

img#menulet {
	position: absolute;
	top: -4px; left: 626px;
}

input[type=image] {
	position: absolute;
	background: url('../img/paypal.png') no-repeat;
	width: 153px; height:44px;
	top: 14px; left: 693px;
}

input[type=image]:hover {
	background: url('../img/paypal_hover.png') no-repeat;
}

#lead {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	width: 640px;
	margin-top: 210px;
	padding: 75px 30px 75px;
	font-weight: 100;
	font-size: 18pt;
	line-height: 24pt;
}

#lead b { font-weight: 500; }

p {
	position: relative;
	margin-top: 10pt;
}

.main {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	width: 640px;
	padding: 75px 40px 75px 30px;
	font-weight: 400;
	font-size: 12pt;
	line-height: 16pt;
}

h1 {
	position: relative;
	color: #f7f3e9;
	font-weight: 200;
	font-size: 30pt;
	margin-bottom: 20px;
}

.line { padding-left: 15px; }

.under {
	position: relative;
	background: url('../img/under.png') no-repeat left bottom;
	margin-left: -30px;
}

footer, a {
	color: #99958d;
	font-weight: 600;
	font-size: 9pt;
}

footer {
	margin: 80px 30px 20px;
}

a {	text-decoration: none; }

a:hover { color: #f7f3e9; }

form {
	position: relative;
	height: 0px;
}
