/* CSS Document 
Main Style Sheet

version:	1.0
author:		Christian Bahnsen
email:		christianbahnsen@hotmail.com
website:	http://www.christianbahnsen.com
*/

/* let's test importing another stylesheet */
@import url(layout.css);

/*Font and background color, to be updated as the site progresses*/

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.logo {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
