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

body {
	font-size: 0.9em;
	font-family: monospace;
	background: #F0EDE8;
	color:#666;
}

.main{
	margin:auto 0;
	text-align:center;
	width:100%;
	padding:150px 0 0 0;
}

img{ border:0; }

a, a:link {
	text-decoration:none;
	color:#666;
}
a:hover, a:active { text-decoration:underline; }
a:visited { color:#666 }