/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

a:active {
	text-decoration: none;
	color: #ffffff;
	font-size: 13px;
}

a:visited {
	text-decoration: none;
	color: #ffffff;
	font-size: 13px;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
	font-size: 13px;
}

a:link {
	text-decoration: none;
	color: #ffffff;
	font-size: 13px;
}

body {
	background: #000000;
//	border: solid 2px #565;
//	border-bottom: solid 1px #565;
//	border-top: solid 3px #565;
	color: #ffffff;
	font-family: , Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

#footer {
        position: fixed;
        width: 100%;
        height: 100px;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
	background-color: #000000;
	text-align: top;
}
