/* *************************************************************************************
************ These rules apply to all pages of the web site ****************************
---------------------------------------------------------------------------------------- */

/* General rules
----------------------------------------------------------------------------------- */
html {
height:100%;
}

body {
background-color:#B4B4B4;
height:100%;
width:100%;
margin:0 auto;
}

div#pageWrapper {
background-color:#B4B4B4;
height:100%;
}

div.content {
margin:0 0 0 0;
}