﻿


body
{
    background: #000;
  /*  background: #5c2b0a;
      background: url(../images/bodybg.jpg) repeat; */
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    color: White;
}



.container
{
    background: url(../images/bg.jpg) no-repeat center top;
    position: relative;
    width: 1400px;
    height: 850px;
    margin: 0 auto;
}

.wrapper
{
    position: relative;
}

#social
{
    padding-left: 750px;
    padding-top: 300px;
    position: absolute;

}


#social li 
{
    display: block;
margin:0;
padding:0;
list-style:none;
top:0; 
float: left;


}



.twitterlink

{

display: block;
	width: 42px;
	height: 43px;
	background: url('../images/twitter.png') bottom;
	text-indent: -99999px;   
	
	
}


.twitterlink:hover

{
	 
z-index: 50;
	background-position: 0 0;
}

.twitterlink:active

{
	 
outline: none;
}



.tubelink

{

display: block;
	width: 66px;
	height: 43px;
	background: url('../images/tube.png') bottom;
	text-indent: -99999px;   
	margin-right: 10px;

	
}


.tubelink:hover

{
	z-index: 50;
	background-position: 0 0;
}

.tubelink:active

{
	outline: none;
}

#contactlink
{
    padding-left: 580px;
    padding-top: 720px;
    position: absolute;
}

#contactlink a
{
    color: #e3bf8d;
    font-weight: bold;
    text-decoration: none;

}


#contactlink a:hover
{
    color: white;
    text-decoration: none;
}


#contactlink a:active
{
  outline: none;
}


#zombie
{

    padding-left: 420px;
    padding-top: 775px;
    padding-right: 0;
    color: #e3bf8d;
    position: absolute;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    float: left;
 
}


#zombie2
{

width: 200px;

    color: #e3bf8d;
    position: absolute;
    font-size: 9px;
    text-decoration: none;
    font-weight: normal;
     float: left;
}
