/* 

adriannagel.com Home styles
	
Author: Kenzen Web Design and Development SL
  Mail: info@kenzen.es
   URI: www.kenzen.es
	
*/

@import "reset.css";

body,
html {
	background: #030303;
	font-family: Helvetica, Arial, sans-serif;
}


#wrapper {
	height: 96px;
	left: 50%;
	margin-left: -110px;
	margin-top: -48px;
	position:absolute;
	top: 50%;
	width: 220px;
}

h1 {
	background: url(../img/logoHome.gif) top left no-repeat;
	height: 22px;
	text-indent: -99999px;
	width: 219px;
}

ul {
	font-size: .75em;
	text-align: center;
	text-transform: uppercase;
	padding: 2em 0 0 0;
	width: 219px;
}

li {
	margin: 1em 0;
}
a:link,
a:visited {
	color: #891111;
	font-weight: bold;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: underline;
}