/*   
Theme Name: Coming Soon
Theme URI: http://www.thisismyurl.com
Description: A simple website theme for WordPress to announce your website is coming soon.
Author: Christopher Ross
Author URI: http://www.thisismyurl.com
Version: 1.2
Tags: coming soon

	The CSS, XHTML, design and PHP are released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

/* general styles */

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, sans-serif;
background-color: #0b4c60;
background-image: url("http://www.tonesofnote.com/wp-content/uploads/2010/01/Tonesofnote.gif");
background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

#page {
    margin: 789px 0px 900px 0px;
    text-align: center;
    width: 100%;
}

#footer {
	font-size: 10px;
	line-height: 12px;
	margin-top: 200px;
	padding-top: 20p;
    color: #0b4c60;
	float: left;
	width: 100%;
    text-align: center;
}

	#footer a {
		color: #0b4c60;
		text-decoration: none;
	}
	
		#footer a:hover {
			color: #ffffff;
		}
	