@charset "UTF-8";
html {
	height: 100%; width: 100%;
    padding: 0; margin: 0;
	background-color: #fbfbfb;
	/*background-image: url(../images/bg.png);
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-position: 0 240px;
	background-size: cover;*/
}

body{
	margin:0px auto;
	border:0px;
	color:#1a1a1a;
	font-family:Helvetica, Verdana, sans-serif;
	text-align:justify;
	font-size:12px;
}

#main{
	margin:0px auto; 
	text-align:center;
}

#logo{
	margin:20% auto 0;
}

img {
	width: 400px;
}