body{
	background-image: url('images/bg.png');
	background-color: #ded5cd;
	background-position: right top;
	background-repeat: no-repeat;
}

.container{
	width: 1000px;
	margin: 0 auto;
}

#title{
	margin-top: 79px;
}

#title img{ 
	float: left; 
	width: 60px;
	height: 60px;
}

#title h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 42px;
	font-weight: 700;
	float: left;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 18px;
}

#title h1 .seo{
	font-family: 'Raleway', sans-serif;
	color: #6f0e13;
	font-weight: 700;
}

#title h1 .elite{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

#main-content{
	float: left;
	width: 100%;
	font-family: Arial;
	font-size: 18px;
	line-height: 25px;
	margin-top: 44px;
}

#main-content #content{
	width: 535px;
	float: left;
}

#note-image-contain{
	width: 161px;
	float: left;
	height: 178px;
	padding-top: 7px;
}

#note-image-contain img{
	margin-left: -24px;
}

#main-content #form{
	width: 419px;
	height: 490px;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 3px;
	float: right;
	text-align: center;
	color: #fff;
	font-family: Arial;
	font-size: 17px;
	line-height: 25px;
	box-sizing: border-box;
	padding: 52px;
}

#main-content #form p .blue-text{
	color: #419eea;
	font-weight: 700;
}

#main-content #form p a{
	color: #419eea;
	font-weight: 400;
	text-decoration: underline;v
}

#main-content #form input[type="text"]{
	background-color: white;
	border-radius: 3px;
	width: 100%;
	color: black;
	font-family: Arial;
	font-size: 18px;
	font-weight: 400;
	padding-left: 24px;
	padding-right: 24px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border: 0px;
	height: 53px;
}

#main-content #form input[type="submit"]{
    cursor: pointer;
	height: 53px;
	width: 100%;
	background-color: #218ee6;
	background-image: linear-gradient(to top, transparent 0%, rgba(255, 255, 255, 0.02) 100%);
	border-radius: 3px;
	border: 0px;
	text-shadow: 0.9px 1.8px 3px black;
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
}

#blue-text-contain{
	margin-bottom: 34px;
	margin-top: 26px;
}

.no-space{
	padding: 0px;
	margin: 0px;
}

#form-foot{
	font-size: 16px;
	margin-top: 38px;
}

#footer{
	float: left;
	width: 100%;
	text-align: center;
	font-family: Arial;
	color: black;
	font-size: 16px;
	font-weight: 400;
	margin-top: 160px;
}

.no-marg-top{
	margin-top: 0px;
}















