/* STANDARD-INCLUDES */
@import url('/css/default.css');
/**************************************/
/** SuSIDE CSS (firstcss)            **/
/** MIDANDGRAY                       **/
/**************************************/

body {
	font-size: 10px;
	color: #343434;
	padding: 1px;
    margin:0px;
    background-image:none !important;
}

body.website {
    background-color:gray;
}

/**************************************/
/** CORE-DIVS                        **/
/**************************************/

#site {
    width:780px;
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:10px;
    margin-left: auto;
    margin-right: auto;
    background:url("/img/firstcss/bg.gif");
    background-repeat:no-repeat;
    background-color:white;
    display:table;
}