html, body {
	margin: 0;
	height:100%;
	color: #000;
	background-color:#eaeaea;
}

a:link {
	color: #hh0000;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #00dd00;
	text-decoration: none;
}

a:visited {
	color: #bbbbbb;
	text-decoration: none;
}

ul {
	margin: 0;
}

ul li {
	list-style: none;
}

#wrapper {
	width:100%;
	margin:0 auto 0;
	width:1024px;
	margin-top: 250px;
}

#header {
	border: 1px solid;
	margin-bottom: 2px;
	font-size: 20px;
	font-family: Tahoma;
	padding: 2 10 2 10;
	width:500px;
	background-color:#fffcfa;
}

#content {
	border: 1px solid;
	margin-top:15px;
	width:520px;
	height:100px;
	background-color:#fffcfa;
}

#bottom {
	border: 1px solid;
	margin-top:15px;
	width:515px;
	height:120px;
	font-size: 20px;
	font-family: Tahoma;
	padding-left:5px;
	background-color:#fffcfa;
}

#right {
	margin-left:535px;
	margin-top:-357px;
}
