body {
	text-align: center;
 	font: 12px arial, sans-serif;
 	color:#FFFFFF;
	background: url(../images/wood1.jpg) repeat;
    }

a  {
 	text-align: center;
 	font: 16px arial, sans-serif;
 	color:#FF0000;
 }

#wrapper {
 	text-align: left;
 	margin: auto;
 	width: 1200px;
 	height: auto;
 	
 }
 #body {
 	position: relative;
 	margin-left: 4px;
 }

#header {
 	position: absolute;
 	top: 0px;
 	left: 0px;
 	text-align: center;
 	margin: auto;
 	width: 1280px;
 	z-index: -1;
 }

#navbox {
	position: absolute;
	top: 298px;
 	left: 25px;
 	height: auto;
	width: 217;
	z-index: 1;
 }

#infobox {
	position: absolute;
	top: 298px;
 	left: 302px;
 	height: auto;
	width: 800;
	z-index: 1;
 }

#followbox {
	position: absolute;
	top:850px;
 	left: 25px;
 	height: auto;
	width: 217;
	z-index: 1;
 }

#hotlinebox {
	position: absolute;
	top: 1080px;
 	left: 25px;
 	height: 466px;
	width: 217;
	z-index: 2;
 }

#commentsbox {
	position: absolute;
	top: 298px;
 	left: 1016px;
 	height: auto;
	width: 217;
	z-index: 1;
 }

#hostbox1 {
	position: absolute;
	top: 2035px;
 	left: 5px;
 	height: auto;
	width: 217;
	z-index: 1;
 }

#hostbox2 {
	position: absolute;
	top: 3260px;
 	left: 5px;
 	height: auto;
	width: 217;
	z-index: 1;
 }

#csbox {
	position: absolute;
	top: 3780px;
 	left: 510px;
 	height: 222px;
	width: 473;
	z-index: 2;
 }

#rotatecs {
   -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
}

.rotatedream {
   -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
}

.skewsked {
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
}

.scale {
  -ms-transform: scale(0.75, 0.75);
  -o-transform: scale(0.75, 0.75);
  -moz-transform: scale(0.75, 0.75);
  -webkit-transform: scale(0.75, 0.75);
}

.scaleup {
  -ms-transform: scale(1.25, 1.25);
  -o-transform: scale(1.25, 1.25);
  -moz-transform: scale(1.25, 1.25);
  -webkit-transform: scale(1.25, 1.25);
}

#semiTransparentDiv {
	position: relative;
	border: 1px solid red;
	background-color: black;
	filter:alpha(opacity=50);
	-moz-opacity:.99;
	opacity:.50;
	top: 0px;
 	left: 0px;
 	width: 99%;
	height: 99%;
	z-index: 1;
}

.transimage {
	position: relative;
 	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	z-index: 1;
}


