* {
	margin: 0;
	padding: 0;
}

body {
	background: rgb(255,255,255);
	font: 100% "Trebuchet MS",sans-serif;
	color: rgb(8,24,128);
}

div#desc {
	position: absolute; top: 100px; left: 600px;
}

div#wrapper {
	margin: 0 auto;
	padding: 12px;
	width: 712px;
	background: rgb(232,224,208) url(bgbg.jpg) repeat;
	border-top: 15px solid rgb(188,192,176);
	border-right: 15px solid rgb(184,140,168);
	border-bottom: 15px solid rgb(184,140,168);
	border-left: 15px solid rgb(188,192,176);
}

div#feature {
	background: transparent url(ring.gif) no-repeat;
	width: 465px;
	height: 387px;
}

h1 {
	font-size: 200%;
	background: rgb(248,224,80);
	padding: 0 12px;
}

#feature p {
	padding-left: 86px;
	padding-top: 76px;
}

a img {border: 0;}

a.hi {
	color: rgb(8,24,128);
	background: rgb(248,224,80);
	text-decoration: none;
}

a.hi:hover {
	color: rgb(8,24,128);
	background: rgb(255,255,255);
}

