body {
	background: #EDEDED;
	color: #6b6b6b;
	font: 62.5% "Lucida Grande",Arial,sans-serif;
	}

#page {
	font-size: 1.2em;
	}
#top {
	position: relative;
	width: 1000px;
	height: 20px;
	padding: 0;
	margin: 50px auto 0 auto;
	background: transparent url(/templates/asity/css/images/page-t.png) no-repeat top left;
	background-color: white;
	}

#main {
	position: relative;
	top: 20px;
	width: 1000px;
	background-color: white;
	}

#bottom {
	position: relative;
	margin: 20px auto 0 auto;
	/*clear: both;*/
	background:  url(/templates/asity/css/images/page-b.png) no-repeat bottom center;
	background-color: white;
	}

#footer {
	position: relative;
	/*margin: 50px auto 0 auto;*/
	top: 40px;
	/*background-color: gray;*/
	}
	
a {
	color: grey;
	font-size: 14px;
	text-decoration: none;
	}
	
a:hover {
	color: #9AC528;
	text-decoration: underline;
	}
#menu { position: absolute; top: 30px; left: 30px; color: #ededed; font-size: 1px; width: 100px; height: 100px; }

#menu a {
	color: #EDEDED;
	}
