@charset "UTF-8";
@import "first.css";

html{
	line-height:160%;
	background:no-repeat top left url(../img/logo.png) #ddd;
	color:#444;
}
body{
	padding:80px 0 0 100px;
}
h1{
	font-size:120%;
}
div#content{
	margin:50px 0;
}