/*   
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: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100%;
    background-color:#ffffff;


<body bgcolor="white"> 

<CENTER><!-- Site Meter -->
    <script type="text/javascript" src="http://sm2.sitemeter.com/js/counter.js?site=s29teambewleyintl">
    </script>
    <noscript>
    <a href="http://sm2.sitemeter.com/stats.asp?site=s29teambewleyintl" target="_top">
    <img src="http://sm2.sitemeter.com/meter.asp?site=s29teambewleyintl" alt="Site Meter" border="0"/></a>
    </noscript>
    <!-- Copyright (c)2006 Site Meter --></P>
}

#page {
    margin: 200px 0px 200px 0px;
    text-align: center;
    width: 100%;
}

#footer {
	font-size: 10px;
	line-height: 12px;
	margin-top: 20px;
	padding-top: 20p;
    color: #eeeeee;
	float: left;
	width: 100%;
    text-align: center;
}

	#footer a {
		color: #eeeeee;
		text-decoration: none;
	}
	
		#footer a:hover {
			color: #ffffff;
		}
	