/* 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,body{
margin:0;
padding:0;
font-family: 'Lato', sans-serif;
background: #fff url(../images/bg.jpg) center repeat;
}


#wrapper{
width: 940px;
margin: 0 auto;
}

.main{
width: 940px;
float: left;
}

.header, .content, .launch_main{
width: 100%;
float: left;
}


div.logo{
margin: 0 auto;
text-align: center;
background: url(../img/logo.png) center top no-repeat;
font-family: 'Podkova', serif;
width: 320px;
margin-bottom: 15px;
padding: 150px 0 0 0;
margin-top: 100px;
}


h1{
font-size: 30px;
color: #030706;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 3px;

}


h2{
text-align: center;
font-family: 'Oxygen Mono', sans-serif;
font-size: 10px;
color: #030706;
letter-spacing: 1px;
font-weight: normal;
text-transform: lowercase;

}




div.launch{
width: 407px;
height: 42px;
margin: 0 auto;
}

div.bottone1{
width: 150px;
height: 42px;
margin: 0 auto;
float: left;
}

div.bottone2{
width: 150px;
height: 42px;
margin: 0 auto;
float: right;
}

p.launching{
float: left;
font-family: Georgia;
background: url(../images/launching_soon_bg.png) left top no-repeat;
width: 193px;
height: 42px;
font-size: 21px;
font-style: italic;
text-align: center;
margin: 0 17px 0 17px;
color: #fff;
line-height: 40px;
}


.content p{
margin: 100px 0;
text-align: center;
color: #030706;
font-weight: 400;
font-size: 20px;
}


p.info{
font-size: 15px;
font-weight: 200;
}

p.info span{
margin: 0 50px;
}

p.info a{
color: #030706;
text-decoration: none;
}

p.info a:hover{
text-decoration: underline;
}