

/* CSS basic design ---------------------------------------------- */

body {
	background: #000000;
	color:#ffffff;
}



/* header structure ---------------------------------------------- */


#header  {
	background: #505050 url(../../images/backcolor.jpg) left top repeat;
}





/* content structure --------------------------------------------- */

#content #firstbox {
	background:#e1e1c8;
	color:#505050;
}


#content #secondbox {
	background: #ffffff;
	color:#505050;
}



/* footer structure  bottom----------------------------------------------- */

#copyright{
	background: #505050;
	color:#ffffff;
}
