/* CSS Document for tombeatty.com
	Created by Max Beatty
	All rights reserved	*/
	
body { margin-top: 25px;
	text-align:center;
	background: #333 url("images/body_bg.jpg") repeat;
	}

img { border: none; }

#flashcontent p {
	padding: 3em;
	background-color: #333;
	color: #CCC;
}

#blogLink { 
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	margin: 0;
	padding: 0;
}
	
#footer {margin-top: 20px; }	

#footer p {
	font-size: .75em;
	font-family: "Trebuchet MS", sans-serif;
	color:#CCC;
	line-height: .1em;
	}
	
#footer p.small {
	font-size: .7em;
	color: #999;
	}

#footer p.small a, a:visited {
	text-decoration: underline;
	color: #AAA;
	}

#footer p.small a:hover {
	text-decoration: none;
	color: #FFF;
	}
	
hr { width: 800px; }