/* @override http://cerebralentertainment.com/online/onemoregirl/style.css */

/* @group Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.5em;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* @end */

body {
	background: url(images/background.gif) repeat;
	color: #fff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 76%;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #444444;
}
a:hover, a:active {
	text-decoration: none;
	color: #000;
}
.container {
	margin: 20px 0;
	text-align: center;
}
.main {
	margin: 0 auto;
	text-align: center;
	width: 600px;
}
.section {
	background-color: #d1f1eb;
	border: 1px solid #6d7f7c;
	margin: 20px 0;
}
.section-header {
	background: url(images/header.jpg) no-repeat center top;
	height: 375px;
}
.section-download {
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}
.section-download #song {
	text-align: center;
}
.section-download #song h2 {
	color: #555;
	font-size: 2.6em;
	line-height: 1.3em;
}
.section-download #song div {
	text-align: center;
	margin: 15px 0 20px;
}
.section-download #song div a {
	background: url(images/button.gif) no-repeat center center;
	font-size: 1em;
	padding: 10px 50px;
	text-transform: uppercase;
}
.section-download #details {
	color: #666;
	font-style: italic;
}
.section-links {
	border: 1px solid #6d7f7c;
	margin-top: 20px;
	text-align: center;
	width: 600px;
	height: 75px;
}
