/* GENERAL STYLES */
/*
=============================================================
	Site: 		CreativeWebSpecialist.co.uk
	Version:	1.0.0
	Author:		Warren Buckley
	Site:		http://www.creativewebspecialist.co.uk
	
	NOTE:       Common styles
	
=============================================================	
*/

body
{
    color:#FFFFFF;
    font-family:Arial;
    
    background-color:#000000;    
    background-image:url(../images/site_bg.jpg);
    background-repeat:no-repeat;    
    background-position:top center;
    
    
}


.left
{
    float:left;
}

.right
{
    float:right;
}

/*
=====================================================================
    Clearing floats without extra markup
    Based on How To Clear Floats Without Structural Markup by PiE
    http://www.positioniseverything.net/easyclearing.html
=====================================================================
*/

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* EDITOR PROPERTIES */
