/* CSS Document */

html, body {margin: 0; padding: 0; height: 100%;} 
body {
	font: 14px/1.7 Verdana, Geneva, Arial, sans-serif;
	background:url(../images/background.gif) fixed repeat-x;
}
#distance { 
		width:1px;
		height:50%;
		background-color:#535252;
		margin-bottom:-310px; /* half of container's height */
		float:left;
} 
#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:620px;
		width:950px;
		clear:left;
		background-color:#535252;
}

#rsssubscribe {
	width:222px;
	float:left;
	text-align: left;
	padding-left:10px;
	font-size:10px;
	background-color:#fff;
	color:#f00;
	height:20px;
}

#blog {
	width:700px;
	float:right;
	text-align: right;
	padding-left:10px;
	padding-right:8px;
	font-size:10px;
	background-color:#fff;
	color:#f00;
	height:20px;
}

#footer {
	text-align: left;
	height:20px;
	color:#cdcdcd;
	font-size:10px;
}

a  { color: #cdcdcd; text-decoration: underline }
a:link  { color: #cdcdcd; text-decoration: underline }
a:visited  { color: #cdcdcd; text-decoration: underline }
a:hover  { color: #fff; text-decoration: underline }

a.blog  { color: #000; text-decoration: underline }
a.blog:link  { color: #000; text-decoration: underline }
a.blog:visited  { color: #000; text-decoration: underline }
a.blog:hover  { color: #f00; text-decoration: underline }