/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

html { 
/*  background: url(../images/bg.jpg) no-repeat center center fixed; */

/*
background: none repeat scroll 0 0 #000;
background-image: url('../images/stars.png');
*/
background: url('../images/stars.png') repeat; 
}

@font-face {
font-family: 'Franklin Gothic Book';
font-style: normal;
font-weight: normal;
src: local('Franklin Gothic Book'), url('FRABK.woff') format('woff');
}
@font-face {
font-family: 'Franklin Gothic Book Italic';
font-style: normal;
font-weight: normal;
src: local('Franklin Gothic Book Italic'), url('FRABKIT.woff') format('woff');
}

html,body{
margin:0;
padding:0;
font-family:'Franklin Gothic Book';
color: #ffffff;
height: 100%;
}

#wrapper{
width: 600px;
height:600px;
top:50%;
left:50%;
margin-left:-300px;
margin-top:-300px;
position:fixed;
}

.logo{
width: 600px;
float: left;
/*
margin-top: 30px;
margin-bottom: 100px;
*/
}

h1{
text-align: center;
color:#4bd5ee;
font-size: 150px;
}

h2{
text-align: center;
color:#4bd5ee;
font-size: 20px;
font-weight: 100;
margin-top: 10px;
}

h2 strong.one{
width: 40px;
height: 1px;
background: #fff;
position: absolute;
margin-left: -50px;
margin-top: 10px;
opacity: 0.5;
filter: alpha(opacity=50);

}

h2 strong.two{
width: 40px;
height: 1px;
background: #fff;
position: absolute;
margin-left: 10px;
opacity: 0.5;
filter: alpha(opacity=50);

margin-top: 10px;
}


.content{
width: 600px;
float: left;
}

.content p{
text-align: center;
color:#4bd5ee;
}

p.big_text{
font-size: 27px;
margin-bottom: 10px;
color:#4bd5ee;
}

p.small_text{
font-size: 20px;
color:#4bd5ee;
}




.form{
width: 485px;
margin: 20px auto 0 auto;
}


.field_content{
background: url(../images/field.png) left top no-repeat;
width: 485px;
height: 54px;
float: left;
}


.field{
width: 365px;
outline: none;
border: none;
background: none;
font-size: 20px;
font-family: Helvetica Neue, Helvetica, Arial;
font-weight: bold;
color: #999999;
height: 54px;
float: left;
padding-left: 20px;
}

.submit{
width: 88px;
height: 45px;
float: left;
margin: 5px 0 0 5px;
outline: none;
border: none;
background: url(../images/okay.png) left top no-repeat;
cursor: pointer;
}

.submit:hover{
background: url(../images/okay.png) left bottom no-repeat;
}

.clear{
clear: left;
clear: both;
margin: 0;
padding: 0;
}

ul.social
{
width: 120px;
margin: 80px auto 0;
height: 20px;
}

ul.social li{
float: left;
background: url(../images/social.png) left top no-repeat;
position: relative;
height: 20px;
margin-right: 16px;
}

ul.social li a{
display: block;
width: 18px;
height: 20px;
}


ul.social li.pinterest{
height: 20px;
background-position: 0 0;
width: 18px;
}

ul.social li.pinterest:hover{
background-position: 0 -20px;
}



ul.social li.instagram{
height: 20px;
background-position: -34px 0;
width: 18px;
}

ul.social li.instagram:hover{
background-position: -34px -20px;
}



ul.social li.twitter{
height: 20px;
background-position: -68px 0;
width: 18px;
}

ul.social li.twitter:hover{
background-position: -68px -20px;
}



ul.social li.facebook{
height: 20px;
background-position: -102px 0;
width: 18px;
margin-right: 0;
}

ul.social li.facebook:hover{
background-position: -102px -20px;
}
