html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    background-image: url('images/bg.jpg');
    background-position: 0 100;
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    color:#000;
    font-weight:300;
    font-size:100%;
    min-width:1200px;
    text-align: center;
    margin:0 auto;
    padding:0 auto;
    line-height: 1.3em;
}

img {
    border:0px;
}

hr {
	border:0px;
	background-color: #999999;
	height:1px;
}

h1 {
	font-weight:300;
	line-height: normal;
}

a {
    text-decoration: none;
    color:#333333;
}

.purple {
	color:#ae2375;
}

div {
    margin:0 auto;
    padding:0 auto;
}

header {
	width:100%;
	background-image: url('images/header.jpg');
	height:230px;
}

#logo {
	width:1024px;
	text-align: left;
}

#main {
	width:824px;
	border-right:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	padding:50px 100px;
	color:#ae2375;
	background-color:#FFF;
}

#wrap {
	width:100%;
	overflow:auto;
	color:#333333;
	text-align: left;
	margin-top:40px;
}

#content {
	float:left;
	width:500px;
}

#sidebar {
	float:right;
	width:280px;
}

.button {
	width:100%;
	background-color:#ffb612;
	padding:15px 0px;
	text-align: center;
	font-weight:400;
	font-size: 23px;
}

.button a {
	color:#333333;
}

iframe {
	border: 1px solid #666;
	width:100%;
	height:400px;
}

footer {
	background-color:#f2f2f2;
	padding-top:50px;
	padding-bottom:50px;
}