@charset "utf-8";
/* CSS Document */

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

#logo img {
	border:none;
}

#header {
	background:url(images/headerBgr.gif) repeat-x;
	width:100%;

}

#content {
	width:100%;
	height: 570px;
	text-align:center;
}

#footer{
	background:url(images/footerBgr.gif) repeat-x;
	width:100%;
	height: 270px;
}

#shares {
	float:right;
	padding: 40px 20px 0px 0px;
}

#shares ul{
	text-decoration:none;
	list-style-type: none;
		
}

#shares ul li{
	padding: 2px 6px;
	float:right;
}

#shares ul a img
{
border:none;
}
