
body{
height: 100%;
padding: 0;           /* avoid automatic margins and padding */
margin: 0;
color:#222;
font-family: arial, sans-serif;
}
 
h1{ font-family: 'Nixie One', arial, serif; font-size:30px; position:absolute; top:20px; right:20px;}
.logo {position:absolute; top:20px; left:20px;}
#wrap{
/* hack */
position:absolute;
top:50%;
left:50%;
display:block;
}

#distance{
position:absolute;
width:1px;
height:100%;
}

#header{
margin:20px;
height: 300px;         /* I need fixed height and width, I can't do this with liquid layouts */
width:95%;
background:transparent;
}

h2, p, #header {
margin:15px;
color:black;	
}

#container{
margin:20px;
height: 100%;         /* I need fixed height and width, I can't do this with liquid layouts */
width:auto;
background:transparent;
}

h2, p, #container {
margin:30px;	
}

.fb-like{
margin:20px;
display:block;	
}
.fb-comments{
margin:30px;
display:block;	
}
.socialpic{
float:left;	
margin-left:15px;
display:block;
-webkit-border-radius: 45px;
-moz-border-radius: 45px;
border-radius: 45px;	
}

ul{	
list-style-type:none;
margin-left:200px;
padding:25px;
display:block;
}

#footer{
padding:5px;
background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
color:#fff;
position:fixed;
bottom:20;
left:0;
width:100%;
}

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