/*
==========================
*** BODY & TEXTFORMATE ***
==========================
*/

body{
	background-color:#ECEEEE;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 12px;
	text-align: center;
	line-height: 18px;
	margin: 0;
}
#header{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	height: 60px;
	width: 500px;
	background-color: #CCCCCC;
	padding: 20px 0 10px 0;
	z-index: 1;
}
#content{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 50px;
	left: 0;
	width: 500px;
	padding: 12px;
	z-index: 2;
	text-align: left;
}
a{
	color: #666666;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
