@charset "utf-8";
/* CSS Document */

* {
	position:relative;
	box-sizing:border-box;
	font-family:Arial, Helvetica, sans-serif;
}
html {
	height:100%;
}

body {
	padding:0;
	margin:0;
	background-color: #ffffff;
}

.content 
{
	width: 460px;
	margin:0 auto;
	top: 190px;
}

.logo
{
	background:url(logo.png) no-repeat;
	width: 460px;
	height: 120px;
}

.info
{
	margin-top: 110px;
}