
body {
	background-color:#999;
	text-align:center;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#fff;
	z-index:1;
}


a:link {
text-decoration:none;
font-family:Verdana;
font-size:11px;
font-weight:bold;
letter-spacing:1px;
color:#ccc;
}

a:visited {
text-decoration:none;
font-family:Verdana;
font-size:11px;
font-weight:bold;
letter-spacing:1px;
color:#ccc;
}

a:hover {
text-decoration:underline;
font-family:Verdana;
font-size:11px;
font-weight:bold;
letter-spacing:1px;
color:#aaa;
}

a:focus {
text-decoration:underline;
font-family:Verdana;
font-size:11px;
font-weight:bold;
letter-spacing:1px;
color:#aaa;
}


/* POSITIONING */

#container {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	width:800px;
	height:100%;
	text-align:left;
	z-index:2;
	background-color:transparent;
}
#content {
	position:absolute;
	margin-top:0;
	width:800px;
	height:100%;
	text-align:left;
	z-index:2;
	background-image:url(images/header1.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}

#nav {
	position:relative;
	top:0;
	left:0px;
	width:800px;
}
#text {
	position:relative;
	top:15px;
	left:-2px;
	width:800px;
	height:auto;
	background-color:#000;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}

div#contentFoot {
	position:absolute;
	left: 50%;
	margin-left: -400px;
	bottom:0;
	width:800px;
	height:135px;
	background-image:url(images/grad.png);
	background-position:bottom center;
	background-repeat:repeat-x;
	z-index:3;

} 

@media screen{
  body>div#contentFoot{
   position: fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#contentFoot{
  height:100%;
  overflow:auto;
 }


#bgLeft {
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	width:50%;
	height:100%;
	float:left;
	z-index:1;
	background-image:url(images/bglhs.jpg);
	background-position:top left;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color:#3d3d3d;
}



#bgRight {
	position:fixed;
	right:0;
	top:0;
	bottom:0;
	width:50%;
	height:100%;
	float:right;
	z-index:1;
	background-image:url(images/bgrhs.jpg);
	background-position:top right;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color:#3d3d3d;
}

#footer {
	clear:both;
}
p {
	padding-left:5px;
	padding-right:5px;
}



textarea, input {
border:1px solid #ccc;
background-color:#545454;
font-family:Verdana;
font-size:11px;
color:#ccc;
margin-bottom:2px;
}

.title {
display:block;
width:800px;
height:auto;
font-family:Verdana;
font-size:13px;
color:#fff;
font-weight:bold;
letter-spacing:2px;
text-decoration: underline;
text-align:center;
}

.postinfo {
display:block;
width:800px;
height:auto;
font-family:Verdana;
font-size:9px;
color:#CCC;
text-align:center;
}

.disc1 {
width:650px;
height:auto;
margin-left:50px;
clear:both;
}

.disccover {
float:left;
margin-left:10px;
width:140px;
height:150px;
text-align:center;
}

.disctext {
float:right;
text-align:left;
margin-left:15px;
width:485px;
height:auto;
}

.imgborder {
border:1px solid #666;
padding:1px;
}

.clear {
clear:both;
}

input {
border:0px;
}

.albumtitle {
display:block;
height:16px;
width:500px;
font-size:12px;
color:#000;
letter-spacing:1px;
font-weight:bold;
text-align:center;
background-color:#aaa;
}