body {
	background: #3a3a3a;
	font: 70% arial, "arial narrow", "century gothic";
	margin: 0em;
	padding: 0em;
	text-align: left;
	vertical-align: top;
	}

div#wrap { 
	background-image:url(bg.jpg);
	background-position: center;
	background-repeat:no-repeat;
	height: 400px;
	margin: 0 auto;
	width: 850px;
	}

div#box { 
	height: 300px;
	margin:0 auto;
	position:absolute; 
	top: 100px;
	width: 955px;
	}


div#content { 
	height: 250px; 
	margin:0 auto;
	overflow:hidden;
	position:relative; 
	width: 550px;
 	}

div#foot { 
	margin:0 auto; 
	position:absolute;
	top: 340px; 
	width: 895px; 
	}


a:link, a:visited, a:active { 
	border-bottom: .1em dotted #000000;
	color: #ed2a91; 
	font-family: arial, "arial narrow", "century gothic";
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	}

a:hover { 
	border-bottom: .1em dotted #000000;
	color: #ffffff; 
	text-decoration: none;
	}


h1 {
	border-bottom: .1em solid #7aae42;
	color: #ed2a91; 
	font: 1em "arial narrow", "century gothic";
	font-weight: normal;
	letter-spacing: .1em;
	margin-bottom: 0em;
	margin-top: 0em;
	padding-top: .2em;
	padding-bottom: .2em;
	text-align: right; 
	text-transform: lowercase; 
	}
	
	
p.foot {
	font-style:italic;
	text-align:center;
	}

