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

/* GLOABAL 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,
b, u, i, center,
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-size: 100%; vertical-align:	baseline; background: transparent; }
body { line-height: 1;}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


body {
	background-color:#000;
	font:1em "Times New Roman", Times, serif;
	}
#container {
	width:938px;
	margin:20px auto 0 auto;
	}
ul#main-nav {
	display:block;
	margin:0 auto;
	padding:0;
	text-align:center;
	width:400px;
	}
ul#main-nav li {
	display:inline;
	}
ul#main-nav a {
	color:#fff;
	padding-left:15px;
	text-decoration:none;
	}
	
#promo {width:618px;display:block;margin:25px auto 0;}
	#promo img {display:block;margin:10px auto 0;}

#bottom {display:block;position:fixed;bottom:0;width:100%;height:160px;background:url(../images/tear-pattern.jpg) top repeat-x #4e4e4d;}
	#bottom .inside {width:1080px;display:block;margin:0 auto;}
	#bottom .inside .bottom-div {float:left;margin:20px 0 0 25px;}

h1 {color:#fff;font-size:1.25em;width:360px;margin:0 auto;}
h2 {color:#fff;font-size:1em;width:360px;margin:0 auto;}
p {color:#afafaf;display:block;width:360px;margin:20px auto;font-size:.875em;font-family:Georgia, "Times New Roman", Times, serif;}
em {color:#fff; font-style:normal;}

object {display:block;margin:1.5em 0;}
.pl0 {padding-left:0;}
a {border:none; outline:none;}
.left {float:left;margin-right:15px;}

#freealbum {display: block;margin:5px auto 0;width: 361px;height: 39px;background: url(../images/free-album-button.jpg) no-repeat 0 0;}
#freealbum:hover {background-position: 0 -39px;}
#freealbum span {position: absolute;top: -999em;}

