@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}

body {
	background:#cdcacc;
	margin:0;
	font-family:Arial, Helvetica, sans-serif
}

#wrap {
	background:url('home.png') no-repeat;
	width:600px;
	height:455px;
	position:absolute;
	bottom:0px;
	left:0;
}
#nav
{ margin:0;
	position:relative;
	top:181px;
	left:310px;
	list-style:none;
	width:170px;
	font-size:26px;
	line-height:28px;
	font-family:"arial narrow", arial, sans-serif;
	letter-spacing:2px;
}
#nav li {
	padding:0px 5px;
}
#nav2 {
	position:relative;
	top:176px; left:280px;
	font-size:11px;
	opacity:0.7;
	-moz-opacity:0.7;
	letter-spacing:-1px
}
a {
	text-transform:uppercase;
	text-decoration:none;
	color:#474143;
}
a:hover {
	color:#ab4a40;
}
a:active {
	color:#fff
}