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

body {
	margin:0px;	
	background-image:url('images/page-background.jpg');
	background-repeat:repeat;
	background-attachment:fixed;
	height:100%;
}

h1	{
	font-family: Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
	font-variant:small-caps;
	color:#ff0000;		
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style: normal;
	color:#000;
	letter-spacing:normal;
}

h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-variant:small-caps;
	font-style:italic;
	font-weight:100;
	color:#000;
	letter-spacing:normal;
	text-align:center;
}

img {
	border:none;
	margin: 2px;
	width: 200px;
}

#container {
	position: relative;
	width:900px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	z-index:5;
}

#header {
	position: relative;
	height:549px;
	width:900px;
	background-image:url('images/header.jpg');
	border-left: solid;
	border-left-color: #481010;
	border-right: solid;
	border-right-color: #481010;
	left: 0px;
	z-index:1;
	top:0px;
}

#background {
	position:absolute;
	min-height:100%;
	width:900px;
	background-image:url('images/background.jpg');
	border-left: solid;
	border-left-color: #481010;
	border-right: solid;
	border-right-color: #481010;
	left: 0px;
	z-index:0;
}

#partyblog {
	height:100px;
	width:250px;
	position: absolute;
	top:400px;
	left:150px;
	background-image:url('images/partyblog.png');
	background-size:contain;
	background-repeat:no-repeat;
	z-index:4;
}

#topcontent {
	position:absolute;
	width:850px;
	height:57px;
	background-image:url('images/content-top.png');
	background-size:contain;
	background-repeat:no-repeat;
	z-index:2;
	top:450px;
	left:25px;
}

#maincontent {
	position: relative;
	width:850px;
	background-color: #fff;
	z-index:3;
	left:25px;
	top:-55px;	
}

#blog {
	position: relative;
	width:800px;
	background-color: #fff;
	z-index:3;
	left:50px;
	top:0px;	
}

#btmcontent {
	position: absolute;
	float:none;
	width:850px;
	height:57px;
	background-image:url('images/content-btm.png');
	background-size:contain;
	background-repeat:no-repeat;
	z-index:2;
	bottom:10px;
	left:25px;
	right: 25px;
}

#drinkthemusic {
	position: absolute;
	float:none;
	width:850px;
	height:42px;
	z-index:3;
	bottom:-10px;
	left:25px;
}