@charset "UTF-8";
/* CSS Document */



#nav{
	position:absolute;
	z-index:1;
	width:100%;
	bottom:35px;
}

#inner{
	width:410px;
	margin-right:auto;
	margin-left:auto;
}


#inner p {
	text-align:center;
	font-size:12px;
	color:#C90;
	font-family:'Tenor Sans', Helvetica, Arial, sans-serif;
}
 
a:link{
	text-decoration:none;
	border-bottom:1px dotted #c90;
	padding-bottom:1px;
	color: #c90;
}

a:hover{
	text-decoration:none;
	border-bottom:1px dotted #0F0;
	padding-bottom:1px;
	color: #c90;
}

a:active{
	text-decoration:none;
	border-bottom:1px dotted #c90;
	padding-bottom:1px;
	color: #c90;
}

a:visited{
	text-decoration:none;
	border-bottom:1px dotted #c90;
	padding-bottom:1px;
	color: #c90;
}



#content{
	position:absolute;
	z-index:1;
	width:700px;
	text-align:left;
}

#content p{
	font-size:12px;
	color:#C90;
	font-family:'Tenor Sans', Helvetica, Arial, sans-serif;
}

#centerimg{
	top:35px;
	display:block;
	sposition:absolute;
	width:auto;
	margin-left:auto;
	margin-right:auto;
}

a{outline:0;}


