
html {
        height: 100% !important;
}


body {
        background: url('images/bg_joe.jpg');
        width: 100%; 
        height: 100% !important;
        min-height: 100%;
        padding: 0px;
        margin: 0px;
        border: 0px;
        font-size: 14px;
}       
        
#wrapper_top {
        height: 9px;
        width: 100%;
        background:  url('images/bg_top.jpg') no-repeat top center;
        margin: 0px;
        padding: 0px;
}       
        
        
#wrapper {
        background: url('images/bg.jpg') repeat-y top center;
        margin: 0 auto;
        padding: 6px 0;
        height: 100%;
        height: auto !important;
}

#wrapper_inner {
        border-right: 2px solid #000000;
        border-left: 2px solid #000000;
        margin: 0 auto; 
        padding: 0;  
        width: 945px;
        background: #999999 url('images/bg_inner.jpg') repeat-y top center;
}       
#wrapper_inner_top {
        margin: 2px auto 0 auto;
        width: 945px;
        height: 5px;
        background: #999 url('images/bg_inner_top.jpg') no-repeat;
}       
#wrapper_bottom {
        margin: 0px auto 2px auto; 
        width: 945px;
        height: 5px;
        background: #000000 url('images/bg_inner_bottom.jpg') no-repeat top center;
}       


#wrapper .left {
        float: left; width: 400px;
        margin-top: 2px;
        margin-left: 15px;
}

#wrapper .right {
        float: right;
        width: 485px;
        margin-top: 2px;
        margin-right: 15px;
}



#camera {
        float: left;
        padding: 2px 2px;
        color: #fff;
        text-align: center;
        width: 402px;
        background: url('images/camera.jpg') no-repeat top left;
        height: 322px;
}



#auxillary_camera {
        float: left;
        margin-left: 0px;
        margin-top: 13px;
        padding: 3px 2px;
        color: #fff;
        text-align: center;
        width: 208px;
        background: url('images/auxillary_camera.jpg') no-repeat top left;
        height: 176px;
}

#rules {
        float: right;
        margin-top: 13px;
        background: url('images/rules.jpg') no-repeat top left;
        width: 181px;
        height: 143px;
        color: #fff;
        font-size: 12px;
}




#broadcast {
        float: right;
        margin-top: 3px;
}       
#broadcast a {
        display: block;
        background: url('images/broadcast.jpg');
        width: 181px;
        height: 30px;
        background-position: 0 0px;
        overflow: hidden;       
}       

#broadcast a:hover {
        background-position: 0 -30px;
}       

#broadcast a span {
        left: -10000px;
        position: absolute;
}       

#rules p {
        display: block;
        margin: 20px 0 0 10px;
}       

#rules p a {
	color: #ccf;
}
#rules p a:hover {
	color: #fcc;
}

#viewcount { text-align: center; }
#camerawrapper {
        float: left;
        width: 100%;
}       
#camerarow {
        background: #000000 ;
        margin: 2px auto 0 auto;
        width: 947px;
        height: 164px;
        padding: 0px 0 0 2px;;
}       
#camerarow .camera {
        float: left;
        margin: 0 2px;
        text-align: center;
        padding: 1px;
        background: url('images/camera_space.jpg') no-repeat;
        color: #ffffff;
}


#footer {
        text-align: center;
        font-size: 10px;
        color: #666;
        padding-top: 5px;
}

#footer h2 { 
	font-size: 10px !important;
	text-transform: capitalize;
}

a {
        color: #3a4993;
        font-weight: bold;
	text-decoration: none;
}

a:hover {
        color: #b92130;
	text-decoration: underline;
}


#chat {
        float: right;
        width: 478px;
        height: 516px;
        background: url('images/iframe.jpg') no-repeat;
}
#chat iframe {
        padding: 0px;
        border: 0px;
        margin: 5px 0 0 6px;
}

h2 {
        font-size: 25px;
}
h3 {
	width: 100%;
	background: #222;
        color: #bb6666;
        padding: 0px;
        margin: 0px;
}

