/*
Theme Name: Blank
Theme URI: http://www.bitwavedesign.com/
Description: A custom WordPress theme, hacked up to bits by Bitwave Design.
Version: 1.0
Author: Bitwave Design
Author URI: http://bitwavedesign.com/
*/

body {
	font-family: Cabin, Arial, sans-serif;
	background-color: #CCCCCC;
	background-image: url(images/back.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#header {
	margin-top: 65px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 30px;
	text-align: center;
	width: 500px;
	border: 2px solid #B4B4B4;
	background-color: #FFF;
}
#header img {
	margin-bottom: 20px;
    padding 25px;
	width: 75%;
	height: auto;
}
#header h1 {
	font-weight: bold;
	font-size: 222%;
	margin: 0px;
	padding: 0px;
}
#header p {
	font-style: italic;
	font-size: 111%;
}
