html {
	overflow: auto;
}
body {
	background: #fff;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}
a {
	color: #556d85;
	background: none;
	text-decoration: none;
}
a:hover {
	color: #556d85;
	text-decoration: underline;
}
@font-face {
	font-family: 'star_side';
	src: url('http://astrologywizard.com/webfonts/starside-webfont.eot');
	src: url('http://astrologywizard.com/webfonts/starside-webfont.eot#iefix') format('embedded-opentype'), url('http://astrologywizard.com/webfonts/starside-webfont.woff2') format('woff2'), url('http://astrologywizard.com/webfonts/starside-webfont.woff') format('woff'), url('http://astrologywizard.com/webfonts/starside-webfont.ttf') format('truetype'), url('http://astrologywizard.com/webfonts/starside-webfont.svg#star_side') format('svg');
	font-weight: normal;
	font-style: normal;
}
.content_table {
	display: table;
	width: 955px;
	margin: 20px auto 0 auto;
	font-family: 'star_side';
	color: #444;
	padding-bottom: 12px;
}
.title {
	display: table-row;
	font-size: 48px;
	text-align:left;
}
.image_row {
	display: block;
	padding: 20px 0 20px;
}
.som {
	display: table-row;
	font-size: 30px;
	height: 60px;
	text-align:left;	
}
.blurb {
	display: table-row;
	font-size: 16px;
	height: 45px;
	text-align:left;
}
.links {
	display: table-row;
	font-size: 12px;
	height: 40px;
	text-align: right;
}
.copyright {
	display: table-row;
	font-size: 12px;
	text-align: right;
}