body{
	background-color:#000;
	padding:0px;
	margin:0px;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
}
#pagewrapper{
	width: 800px;
	position:relative;
	margin:0 auto;
	padding:0px;
}
textarea, input{
	background-color:#000;
	color:#888;
	width:280px;
	height:120px;
	border: 1px solid #444;
}
#form{
}
.commentstext{
text-indent:-1000px;
overflow:hidden;
display:block;
width:238px;
width:300px;
height:40px;
background-image:url('images/comments.gif');
background-position: center center;
background-repeat: no-repeat;

}
.commentsheader{
text-indent:-1000px;
overflow:hidden;
display:block;
width:300px;
height:80px;
background-image:url('images/comments.gif');
background-repeat: no-repeat;
}
.name{
text-indent:-1000px;
overflow:hidden;
display:block;
width:300px;
height:40px;
background-image:url('images/name.gif');
background-position: center center;
background-repeat: no-repeat;
}
form{
	padding:90px 0px;
	background-color:#000;
}
input{
	background-color:#111;
	height:50px;
}
#submit{
	background-color:#000;
background-image:url('images/submit.gif');
background-position: center center;
background-repeat: no-repeat;
	border: 0px solid #444;
	height:100px;
text-indent: -9999px;
}
#image{
	width:500px;
	padding:0px;
	margin:0px;
	height:600px;
	float:left;
	background-repeat:no-repeat;
	background-position: bottom right;
}
.home{
	background-image:url('images/home.jpg');
}
.comments{
	background-image:url('images/comments.jpg');
	background-position: bottom left;
}
.comment{
	background-image:url('images/comment.jpg');
}
#page{
	background:#000;
	width:300px;
	padding: 0px;
	padding-top:0px;
	margin:0px;
	height:500px;
	padding-left:500px;
	text-align:center;
}
#info{
	background:#000;
	background-image:url('images/info.jpg');
	background-repeat:no-repeat;
	background-position: right;
	width:300px;
	height:500px;
	text-align:center;
}
.hide{
	display:none;
}
#play{
	position:absolute;
	top:450px;
	right:100px;
}
a{
	border:0px;
	color:#800
}
img{
	border:0px;
}
#play:hover{
	top:449px;
}

#play:active{
	top:451px;
}
hr{
	border:0px;
	border-top:1px solid #800;
	border-bottom:1px solid #300;
	border-top:1px solid #888;
	border-bottom:1px solid #333;
}
