html, body, div {
	margin: 0px;
	padding: 0px;
}

body {
	background: url('img/center.gif') bottom left no-repeat;
	background-attachment: fixed;
	width: 600px;
	height: 330px;
}

* html body {
	background: transparent;
}

body, div, p, ul, li, h3 {
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 11px;
}

a {
	text-decoration: none;
	color :#2e2f15;
}

a:hover {
	text-decoration: none;
	color :#87b500;
}

#content {
	margin: 6px 0px 0px 30px;
} 

h3 {
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}

.mg {
	margin-top: 5px;
}

.mg div {
	margin-top: 3px;
}

#right {
	margin: 25px 100px 0px 12px;
	width: 150px;
	text-align: left;
	float: right;
} 

#right img {
	border: 1px solid #2e2f15;
	margin: 0px;
}