

html,body{
	height:100%;
}

a {
	color:#000000;
}

a:hover{
	color:#666666;
}

body {
	margin:0px;
	padding:0px;
	border:0px;
	background:url(images/background.jpg); 
	text-align: center;
}

img{
	border:none;
}

#paper_container{
	position:relative;
	width:1005px;
	margin:auto; 
}

#logo_container{
	position:absolute;
	top:35px;
	left:75px;
	width:140px;
	height:140px;
	/*z-index:1000;*/
}

#logo_addon{
	font-family:Courier;
	font-size: 14px;
	font-weight: bold;
	position:absolute;
	top:11px;
	left:407px;
	width:470;
	height:20px;
	/*border: black solid thin;*/
}

#hairspray_btn{
	position:absolute;
	top:10px;
	left:570px;
	width:100px;
	z-index:2000;
}

#logo_container img{
	width:140px;
	height:140px;
}

#nav_container{
	height: 60px;
	position:absolute;
	top:30px;
	left:305px;
	z-index: 2;
}

#subscribe_error{
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#660000;
	position:absolute; left:0px; top:500px;
	width:200px;
}

#content_container{
	margin:auto; 
	margin-top:0px;
	position:relative; 
	width:990px;
	height:560px;
}

#paper .top{
	background-image:url(images/paper_bg/paper_bg_top.png);
	background-repeat:no-repeat;
	width:1000px;
	height:12px;
}

#paper .bottom{
	background-image:url(images/paper_bg/paper_bg_bottom.png);
	background-repeat:no-repeat;
	width:967px;
	height:18px;
}

#paper .left{
	background-image:url(images/paper_bg/paper_bg_left.png);
	background-repeat:no-repeat;
	width:20px;
	height:651px;
}

#paper .right{
	background-image:url(images/paper_bg/paper_bg_right.png);
	background-repeat:no-repeat;
	width:13px;
	height:651px;
}

#paper .body{
	background-image:url(images/paper_bg/paper_bg_body.jpg);
	background-repeat:no-repeat;
	width:967px;
	height:633px;
}




/*
#paper .top{
	background-image:url(images/paper/paper_bg_top.png);
	width:1039px;
	height:21px;
}

#paper .bottom{
	background-image:url(images/paper/paper_bg_bottom.png);
	width:1002px;
	height:30px;
}

#paper .left{
	background-image:url(images/paper/paper_bg_left.png);
	width:24px;
	height:683px;
}

#paper .right{
	background-image:url(images/paper/paper_bg_right.png);
	width:13px;
	height:683px;
}

#paper .body{
	background-image:url(images/paper/paper_bg_body.jpg);
	width:1002px;
	height:653px;
}*/

#footer{
	width:967px;
	height: 15px;
	position:absolute;
	top:635px;
	left:24px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#454545;
}

.footer_left{
	text-align:left;
}

.footer_right{
	text-align:right;
}

#footer a{
	text-decoration:none;
	color:#454545;
}

#footer a:hover{
	color:#000000;
}
