html, body {
	padding: 0;
	margin: 0;
	background-color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
}

div.front {
	width: 972px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	overflow: hidden;
	height: 504px;
}

ul.social {
	list-style-type: none;
	padding: 0;
	margin: 0 0 18px;
}

ul.social li {
	padding: 0;
	margin-bottom: 9px;
}

ul.social li.facebook {
	background: url(/images/icon_facebook.gif) no-repeat left center;
}

ul.social li.twitter {
	background: url(/images/icon_twitter.gif) no-repeat left center;
}

ul.social li.myspace {
	background: url(/images/icon_myspace.gif) no-repeat left center;
}

ul.social li.annelorain {
	background: url(/images/icon_annelorain.gif) no-repeat left center;
}

ul.social li a {
	text-decoration: none;
	color: #fff;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 36px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}

ul.social li a:hover {
	text-decoration: none;
	color: #903;
}

h3 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 18px;
	color: #fff;
	margin-top: 18px;
}

h4 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 18px;
	color: #aaa;
	margin-top: -18px;
}

div.sections {
	width: 252px;
	float: left;
}

div.main {
	width: 252px;
	float: right;
}

div.copyright {
	font-size: 11px;
	width: 756px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
	color: #888;
}

h1 {
	height: 85px;
	margin-bottom: 108px;
	margin-top: 90px;
	background: url(/images/logo_annelorain.gif) no-repeat center center;
	text-indent: -500px;
}

.anne1 {
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	height: 500px;
	background: url(/images/background_annelorain.jpg) no-repeat center top;
	display: none;
}

.anne2 {
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	height: 500px;
	background: url(/images/background_annelorain_2.jpg) no-repeat center top;
	display: none;
}

div.spacer {
	height: 90px;
}