/********************************************
	AUTHOR:			Troy Dean 
   	WEBSITE:   		http://www.hullabaloocreative.com
	CLIENT NAME:	X
   	CLIENT SITE:	http://www.x
   	VERSION:		1.0          	
 *******************************************/ 

@import url(colours.css);
@import url(typography.css);
 
/*-------- html elements --------*/

* {
		margin: 0;
		padding: 0;
		}

html {
		text-align: center; /*** Centers the design in old IE versions ***/
		}

body {
		position: relative;
		margin: 0 auto;
		text-align: left;
		border: 0px solid #3366FF;
		background: #6DCFF6 url('images/bg-body.gif') repeat-x top left;
		}
		
img {
		margin: 10px 0;
		}
		  
/*-------- layout divs --------*/

		/*-wrapper-*/

#wrapper {
		position: relative;		
		width: 500px;
		margin: 0 auto;
		}

		/*-branding-*/

#branding {
		margin-top: 47px;
		width: 100%;
		height: 102px;
		text-indent: -9999px;
		background: url('images/coming.gif') no-repeat top left;
		}

		/*-content-*/
		
#content {
		margin: 40px 0 0 10px;
		position: relative;	
		width: 450px;
		text-align: left;
		}
		
#vum {
		margin: 20px 0;
		}	
		
		/*-footer-*/
		
#browse-happy {
		display: block;
		margin: 40px 0 0 0;
		}
		
#browse-happy p {
		padding: 10px 0;
		}		

/*-------- end of stylesheet --------*/