
#main{
	background:url(../images/bg-pattern.png) 50% 0 repeat #ffe512 fixed;
	max-width: 2545px;
}

/**
 Section #1 / you're awesome
*/

#first .you-awesome {
	background: url(../images/txt1.png) 50% 100px no-repeat fixed;
	min-height: 636px;
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.white-seperator{
	background:url(../images/bg-1.png) no-repeat bottom center;
	width:100%;
	height:736px;
	}

/**
Section #2 / Awsome Video
*/
#second{
	background:#FFF;
	padding-top: 150px;
	padding-bottom: 150px;
}

.mf-logo{
	margin: 0 auto;
	width: 272px;
	height: 367px;
	display: block;
}

/**
Section #3 / my awesomeness
*/

#third-bg{
	background: url(../images/bg-2.png) top center no-repeat #fff;
}
#third{

	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	margin: 0 auto;

}

.im-awsome{
	background:url(../images/txt2.png)  50% 240px no-repeat fixed;
	width:100%;
	height:400px;
	margin-bottom:200px;

	}

#staytuned-wraper{
	margin: 0 auto;
	width:666px;
	margin-bottom:40px;
}

#staytuned-wraper .stay-tuned{
	margin: 0 auto;
	display: block;
}

#social-links span{
	display:none;
	}

#social-links a{
	width:85px;
	height:85px;
	float:left;
	margin:8px;
	}
#social-links{
	width:406px;
	height:101px;
	margin: 0 auto;
	margin-bottom:60px;
	margin-top:0px;
	}
#social-links a.ln{
	background:url(../images/btn-s-l.png) no-repeat;
	}
#social-links a.ln:hover{
	background:url(../images/btn-s-l-over.png) no-repeat;
	}
#social-links a.tw{
	background:url(../images/btn-s-t.png) no-repeat;
	}
#social-links a.tw:hover{
	background:url(../images/btn-s-t-over.png) no-repeat;
	}
#social-links a.fb{
	background:url(../images/btn-s-fb.png) no-repeat;
	}
#social-links a.fb:hover{
	background:url(../images/btn-s-fb-over.png) no-repeat;
	}
#social-links a.em{
	background:url(../images/btn-mail.png) no-repeat;
	}
#social-links a.em:hover{
	background:url(../images/btn-mail-over.png) no-repeat;
	}

.clear{
	clear: both;
}

input {
  width: 380px;
  height: 75px;
  margin: 3px;
  padding: 0px 10px 0px 10px;
  background:transparent;
  font: 27px 'Arial', sans-serif;
  text-transform: uppercase;
  color: #babbbf;
  border: 0px;
  float: left;
}
input::-webkit-input-placeholder {
  color: #babbbf;
  outline: none !important;
}
input:-moz-placeholder {
  color: #babbbf;
  outline: none !important;
}

textarea:focus, input:focus {
    /*color: #babbbf;*/
	outline: none !important;
}

input:invalid, textarea:invalid {
	border: 0;
	color: red;
	outline: none !important;
}
input:valid, textarea:valid{
	color: green;
}

#no-spam{
	text-align: center;
	padding: 7px;
	color: #babbbf;
}

#mail-list{
	width: 576px;
	height: 82px;
	margin: auto;
	margin-top: 30px;
	background:url(../images/signup-all.png) no-repeat;
}

#mail-list input[type="submit"] {
	background: url("../images/signup-txt.png") no-repeat;
	width: 168px;
	height: 82px;
	cursor: pointer;
	float: right;
	margin: 0;
	border: 0px;
}

