@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,latin-ext');

/* 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;}

body{
margin:0;
padding:0;
}

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


a,a:visited{
	color: #fe0000;
	text-decoration: underline;
}

a:hover{text-decoration: none;}

.logo{
text-align: center;
max-width: 600px;
margin: 0 auto;
margin-top: 50px;
}


.logo img{
width: 100%;
height: auto;
}

.content{
	max-width: 400px;
	margin: 0 auto;
	padding:20px;
	text-align: center;
}


.content div{
	display: inline-block;
	float: left;
	width: 100%;
}


p{
	font-family: 'Open Sans',arial;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}