/* CSS Document */
body {
	margin: 0px;
	background-color: #1b0808;
	background-image:url(../img/common/bground.gif)
}
p, a, a:hover, a.plugs, a.plugs:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DC9E9E;
	text-decoration: none;
	line-height: 16px;
	outline: none;
}

a.plugs {
	color: #D28282;
}

a:hover, a.plugs:hover {
	color: #E8BDBD;
	text-decoration: underline;
}

#facebook { position: relative; top: 190px; left: 173px; }
#facebook a {  background: url(../img/facebook.png) no-repeat 0 0; height: 31px; display: block; width: 89px; overflow: hidden;}
#facebook a:hover { background-position: 0 -48px; }
#facebook a span { display: none;}

#blog { position: relative; top: 180px; left: 152px; }
#blog a {  background: url(../img/blog.png) no-repeat 0 0; height: 31px; display: block; width: 110px; overflow: hidden;}
#blog a:hover { background-position: 0 -48px; }
#blog a span { display: none;}
