body {
        background-image:url(http://www.dotswoof.com/images/background2.gif);
        background-repeat:repeat-x;
        background-color:#181818 ;
	vertical-align:top;
	text-align:center;
	margin:0;
        background-position:top;

}
.main {
	width:852px;
	margin:0 auto;
	min-height:520px;
}
.topbar {
	width:850px;
	margin:0;
	height:82px;
}
.logo {
    background-image:url(http://www.dotswoof.com/images/dotswoof.jpg);
    background-repeat:no-repeat;
    float:left;
    height:82px;
    width:305px;
}

#facebook_like_button_holder {
position:relative;
width:66px;
height: 20px;
color:#fff;
background:black;
}

#facebook_like_button_holder iframe {
position:absolute;
top: 0px;
width: 66px !important;
}

#fake_facebook_button {
pointer-events: none;
position:absolute;
width: 66px;
height: 20px;
left:0;
top:0;
background: url(http://www.dotswoof.com/images/like.gif) no-repeat 0 0;
}
#fake_facebook_button:hover
{
  background-position: 0 -20px;
}
#like
{
  display: block;
  width: 66px;
  height: 20px;
  background: url(http://www.dotswoof.com/images/like.gif) no-repeat 0 0;

}
#like:hover
{
  background-position: 0 -20px;
}
#like span
{
  position: absolute;
  top: -999em;
}
#follow
{
  display: block;
  width: 66px;
  height: 20px;
  background: url(http://www.dotswoof.com/images/follow.gif) no-repeat 0 0;
}
#follow:hover
{
  background-position: 0 -20px;
}
#follow span
{
  position: absolute;
  top: -999em;
}
.poster{
  width:282px;
  margin-top:25px;
  margin-bottom:0px;
  height:418px;
  border-style:none;
}
#posterimg
{
    width:262px;
    height:378px;
    border-style:solid;
    border-color:black;
    border-width:3px;
    margin:0;
}
#posterimg:hover
{
    width:262px;
    height:378px;
    border-style:solid;
    border-color:#b3b3b3;
    border-width:3px;
}
#posterimg span
{
    width:262px;
    height:378px;
    position: absolute;
    top: -999em;
}
.social{
  margin:auto;
  margin-top:8px;
  width:166px;
  height:auto;
}
.recentvideos {
    margin-left: 16px;
    border-style:none;
    width:auto;
    height:auto;
}
.item{
    float:left;
    margin-left: 7px;
    margin-bottom:0px;
}
#thumbs
{
    height:113px;
    width:150px;
    margin-top:1px;
    border-style:solid;
    border-color:black;
    border-width:2px;
    margin-bottom:0px;
}
#thumbs:hover
{
    height:113px;
    width:150px;
    margin-top:1px;
    border-style:solid;
    border-color:#b3b3b3;
    border-width:2px;
    margin-bottom:0px;
}
#thumbs span
{
    height:113px;
    width:150px;
    position: absolute;
    top: -999em;
    margin-bottom:0px;
}
.footer{
    width:850px;
    margin-top:-4px;
    font-family:Helvetica;
    color: #424242;
    font-size: 12px;
}
.copyright{
    float:left;
}
.contact{
    float:right;
}
a:link { color:#424242;text-decoration:none;}
a:visited {color:#424242;text-decoration:none;}
a:hover { color:#696969;text-decoration:none;}

