*{margin:0;padding:0;}

p {margin-top:10px;padding:0;}

html, body, #header, #home, #home table, #home td{
    height:100%;
    width:100%;
}

body{
	background-color: #000;
}

.source-image {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

#header{
	background-color: #000;
	height: 94px;
	top:0;
	padding-right:40px;
}

#header img{
	padding-left: 8px;
}

#header #logo-and-player{
	float:right;
	padding-top: 0px;
	width: 420px;
}

/* NAVIGATION */
#nav-extras {
	position: relative;
	margin-bottom:-30px;
	top: 40px;
	left:10px;
}

#nav {
	width: 396px; 
	height: 15px;
	position: relative;
	margin-bottom:-10px;
	z-index: 50;
	top: 10px;
	left:10px;
	margin-right: 16px;
	overflow: hidden; 
}

#nav li {
	margin: 0; padding: 0; list-style: none;
	position: absolute; top: 0;
}

#nav li, #nav a {
	height: 15px; display: block;
}

/* NAV WHITE STATE */
#nav #nav-tour{
	background: url(images/alma_nav.png) 0 -30px;
	left:0; width:60px;
}
#nav #nav-bio{
	background: url(images/alma_nav.png) -71px -30px;
	left:123px; width:35px;
}
#nav #nav-shop{
	background: url(images/alma_nav.png) -112px -30px;
	left:227px; width:58px;
}
#nav #nav-media{
	background: url(images/alma_nav.png) -177px -30px;
	left:326px; width:68px;
}

/* NAV BLACK STATE */
#nav #nav-tour .black{
	background: url(images/alma_nav.png) 0 0px;
	left:0; width:60px;
}
#nav #nav-bio .black{
	background: url(images/alma_nav.png) -71px 0px;
	left:123px; width:35px;
}
#nav #nav-shop .black{
	background: url(images/alma_nav.png) -112px 0px;
	left:227px; width:58px;
}
#nav #nav-media .black{
	background: url(images/alma_nav.png) -177px 0px;
	left:326px; width:68px;
}

/* NAV HOVER STATE */
#nav #nav-tour a:hover{
	background: url(images/alma_nav.png) 0 -15px;
	left:0; width:60px;
}
#nav #nav-bio a:hover{
	background: url(images/alma_nav.png) -71px -15px;
	left:123px; width:35px;
}
#nav #nav-shop a:hover{
	background: url(images/alma_nav.png) -112px -15px;
	left:227px; width:58px;
}
#nav #nav-media a:hover{
	background: url(images/alma_nav.png) -177px -15px;
	left:326px; width:68px;
}

/* NOT FULL SCREEN STRETCHY DIV */
#image{width:100%; height: 100% !important; text-align:center;}
#image img{margin-top:-65px; width: 100%; height: 100%; height: auto !important;}

/* FULL SCREEN STRETCHY BACKGROUND */
#home div {
	top:-225px;
	position:relative;
	overflow:hidden;
}

#home td {
    text-align:center;
    vertical-align:middle;
}

#signup td {
    text-align:left;
    vertical-align:middle;
}

#content {color: #fff; font-family: Arial; text-align: center;}
#content #image{ width:100%; height:100%; height:auto !important;}

#footer{
	font-size: 9px;
	color: #666;
	font-family: Arial;
	text-transform: uppercase;
	text-align: left;
	left:5px;
	bottom:5px;
	width: 100%;
	bottom: 0;
	position:relative;
	height: 16px;
	background-color: #000;
	clear:both;
}