* {
	margin:0; padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	color: #333;
	margin-bottom: 64px;
}

a {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #333;
}

h1 {
	text-transform: none;
	font-size: 0.7em;
	font-weight: normal;
	color: #999;
}

p {
	font-size: 0.7em;
}


/*
	DIV
*/

#site {
	width: 768px;
	margin-left: auto;
	margin-right: auto;

	text-align: justify;
}