/* @group Layout */

div#page 
{
	height:154px;
	width: 315px;
	background: url(../images/post-logo.jpg) no-repeat;
	margin: auto;
	position: relative;
	top: 75px;
}


.contact
{
	color: #959697;
	text-decoration: none;
		font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:active.contact
{
	color: #959697;
	text-decoration: none;
		font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:visited.contact
{
	color: #959697;
	text-decoration: none;
		font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:hover.contact
{
	color: #d13329;
	text-decoration: none;
		font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @end */
