
* {
	margin:0;
	padding:0;
	font-size:1em;
}

html,body {
	border:none;
	font-size:100%;
}

#main {
	font-size:0.75em;
	width:400px;
	margin:0 auto;
}

#header {
	background:url('img/logo_index.jpg');
	width:250px;
	height:45px;
	text-indent:-2000px;
	overflow:hidden;
	margin:30px 0;
}

#content {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color:#2F2F2F;
}

#content h1 {
	font-size:1.2em;
}

#content p {
	margin-bottom:1em;
}

#content a {
	color:#5F5F5F;
	text-decoration:none;
}

#content a:focus,
#content a:hover {
	text-decoration:underline;
}


