@import "init.css"; /*  */

body{
	background: #eee;
	text-align: center;
}

div#container{
	width: 700px;
	background: #fefefe;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
}
div#header{
	text-align: left;
}
h1{
	text-align: center;
}
div#main{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	padding: 1em;
	background: #fcf0f0;
	border: 2px dashed #f99;
	line-height: 1.4;
}
h2{
	color: red;
	margin: 1em;
}
p{
	width: 500px;
	text-align: left;
}
