body{
	background:#000000;
	width:100%;
}

#logo{
	margin-top:200px;
	text-align:center;
}

/*#logo img{
	width:400px;
}*/

a img {
	border:none;
}

#footer{
position:absolute;
bottom:0;
font-family:arial;
color:FA0201;
font-size:0.8em;
}

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

#footer a:hover{
	color:#FA0201;
}


#btn_facebook {
    background: url("images/facebook.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 24px;
    left: 16px;
	float:right;
    top: 10px;
    width: 24px;
	text-decoration:none;
    z-index: 400;
}
#btn_twitter {
    background: url("images/twitter.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 30px;
    float:right;
    right: 15px;
    top: 7px;
    width: 30px;
	text-decoration:none;
    z-index: 400;
}
#btn_linkedin{
    background: url("images/linkedin.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 30px;
    float:right;
    right: 15px;
    top: 7px;
    width: 30px;
	text-decoration:none;
    z-index: 400;
}
#btn_google{
    background: url("images/google_plus.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 30px;
    float:right;
    right: 15px;
    top: 7px;
	margin-top:3px;
    width: 30px;
	text-decoration:none;
    z-index: 400;
}
