body{
	color: #677d9d;
	border: 0px solid #21262d;
	background-color: #21262d;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
    background-image: url(http://files.tryinghuman.com/newlayout/slice_comic003.jpg);
    background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:right top; 
}
a:link {color:#677d9d;text-decoration:none;font-size: 12px;font-weight: bold;}
a:visited {color:#677d9d;text-decoration:none;font-size: 12px;font-weight: bold;}
a:hover {color:#21262d;text-decoration:none;font-size: 12px;font-weight: bold;}
a:active {
	font-size: 12px;
	color:#677d9d;
	text-decoration:none;
	font-weight: bold;
}
.contentbox {
	border: 2px solid #21262d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.wrapper {
	width: 604px;
}
.wrapper2 {
	width: 602px;
	color: #21262d;
	border: 2px solid #21262d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}
.wrapper3 {
	width: 800px;
}

#commentarea
{
	width: 396px;
	height: 300px;
	float: left;
	color: #677d9d;
	border: 2px solid #21262d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}

#commform
{
	width: 200px;
	height: 300px;
	float: right;
	color: #677d9d;
	border: 2px solid #21262d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}
#commform2
{
	height: 150px;
	float: right;
	color: #677d9d;
	border: 2px solid #21262d;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}
#content
{
	width: 594px;
	float: left;
}
#content2
{
	width: 600px;
	height: 40px;
	float: left;
}
/*Comment Area Code colors*/
.cssShoutButton {
  font-family: Arial, Helvetica;
  font-size: 11px;
}
.cssShoutText {
  background-color: #21262d;
  color: #677d9d;
  font-family: Arial, Helvetica;
  font-size: 11px;
}
.cssSmall {
  background-color: #21262d;
  color: #677d9d;
  font-family: Arial, Helvetica;
  font-size: 9px;
}
.cssShoutForm {
  font-family: Arial, Helvetica;
  font-size: 11px;
 	background-color: white;
 	border: 2px inset #EEEEEE;
}
.shout {
		height: 245px;
	width: 290px;
	overflow:auto;
	margin:0px;
	}
.linkbox {float: left;
width: 232px;
margin: 0 0px 18px 0;
height: 47px;
overflow:hidden;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully 

contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.left {float: left;
width: 125px;
margin: 0 18px 18px 0;
height: 125px;
overflow:hidden;
}
#submit
{
	margin: 0;
	padding: 0 0 0 2px;
	color: #fff;
	font-family: 'Verdana' , sans-serif;
	font-size: 12px;
	background: #888;
	border-width: 2px;
	border-style: solid;
	border-color: #555;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#submit:hover
{
	cursor: pointer;
	background: #222;
}
