
 /*
 / Bobby Tank style sheet 
*/

*{
	margin: 0px;
	padding: 0px;
}

body{
    background-color: #000;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#wrapper{
	width: 1200px;
	height: auto;
	min-height: 500px;
	margin: auto;
}

#header{
	width: 100%;
	height: auto;
	margin: auto;
	padding: 40px 0;
}

#text{
    background-color: #000;
    color: #fff;
	text-transform: uppercase;
    cursor: pointer;
   	border-style: solid;
    border-width: 1px;
	border-color: #fff;
	text-align: center;
	font-style: italic;
}

#submit {
    background-color: #000;
    color: #fff;
	text-transform: uppercase;
    cursor: pointer;
	border: none;
	padding: 0 10px;
}

#middle{
  	background: url("/../img/eye.gif");
    background-size: 1200px 445px;
	width: 100%;
	height: auto;	
	min-height: 445px;	
	margin: auto;
}

#logo{
	height: auto;
	margin: auto;
	position: relative;
	top: 140px;
	text-align: center;	
	padding: 10px;
}

#about{
    background-image: url('/../img/trans.png');
	display: none;
	width: 1080;
	height: 325px;	
	margin: auto;
	margin-top: -445px;
	color: #000;
	padding: 60px;
	text-transform: none;
}

#footer{
	width: 100%;
	height: 110px;
    background-color: #000;
	margin: auto;
}

p{
	color: #fff;
}

a{
	color: #fff;
	text-decoration: none;
}

#about a{
	color: #000;
} 

a:hover{
	text-decoration: underline;
}

a:visited{
	color: #fff;
}

a.button{
   	border-style: solid;
	font-size: 22px;
    border-width: 1px;
	border-color: #fff;
	padding: 7px;
}

td {
    height: 25px;
    vertical-align: bottom;
}

#about td{
	vertical-align: top;
	padding: 5px;	
}

#header a{
	display: block;
	height: 25px;
	width: 25px;
	margin: 0;	
}

a.fb{
    background-image: url('/../img/fb.png');
	background-size: 26px;
}

a.tw{
    background-image: url('/../img/tw.png');
	background-size: 26px;
}

a.inst{
    background-image: url('/../img/inst.png');
	background-size: 26px;
}

a.sc{
    background-image: url('/../img/sc.png');
	background-size: 26px;
}

img{
	margin: 10px;
}

ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li {
	display: inline;
	padding: 0px;
	}

#footer ul{
    display: inline-block;
	margin-top: 50px;
}

#footer li{
	font-size: 10px;
}