html {
margin:0;
padding:0;
min-width:1000px;
}

table {
border-spacing:0;
border-collapse: collapse;
}

ul {
margin:0;
padding:0;
}

ul li {
list-style:none;
}

fieldset {
border:0;
margin:0;
padding:0;	
}

textarea {
overflow:auto;
} 

a {
text-decoration:none;
color:inherit;
}

a:hover {
text-decoration: underline; 
}

a img {
border:none;
outline:none;
}

div {
outline:none;	
}

body {
height:100%;
color:#333;
font-size:14px;
font-family:Tahoma, arial, sans-serif; 
margin:0;
padding:0;
min-width:1000px;
position:relative;	
background: #fff;
}


.clr {
clear:both;	
}


.site {
margin:0 auto;
width:800px;
padding-top:30px;	
}

.site .logo {
text-align:center;	
}

.site .logo img {
width:750px;	
}
.site .text {
    font-family: ‘Roboto’; 
    font-weight: 300;
    line-height: 30px;
    margin-top: 30px;
    text-align:center;
    font-size: 17px;
}

.site .social {
margin-top:5px;
margin-bottom:10px;
text-align:center;	
}

.site .social a {
margin-left:30px;
margin-right:5px;	
}

.site .social a img {
height:50px;	
}