/* CUSTOM CSS */

#logo {
	height:200px;
}

#header {
	height:200px;
}

.homepage #logo {
 
 height:200px;
 
}

.homepage #header {
 height:200px;
}

#facebook {
position: absolute;
display: block;
top: 34px;
margin-left:50%;
left: 432px;
width: 35px;
height: 35px;
background: url(/siteimages/clear_px.png) top left repeat;

}

#linkedin {
position: absolute;
display: block;
top: 118px;
margin-left:50%;
left: 432px;
width: 35px;
height: 35px;
background: url(/siteimages/clear_px.png) top left repeat;

}

#twitter {
position: absolute;
display: block;
top: 72px;
margin-left:50%;
left: 432px;
width: 35px;
height: 35px;
background: url(/siteimages/clear_px.png) top left repeat;

}



