body {
	font-family:arial;
	background-color: #bdccd6;
	letter-spacing: .03em;
	line-height: 1.4em;
	color: #333333;
}
#wrapper {
	width:900px;
	margin:0px auto;
	background-color: white;
}
#bottom {
	clear:both;
	text-align:right;
}
#main {
	margin-left: 3px;
}
h1{
	font-size: 150px;
	color: #647179;
	letter-spacing: .05em;
}
h2{
	font-size: 30px;
	color: #85959f;
	letter-spacing: .05em;
}
p{
	margin-left: 3em;
}
a {
color: #89979f;
text-decoration: none;
}
a:hover{
	text-decoration: underline;
}