@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	background: transparent;
}


.homeBackground {
	background: transparent;
}

.loungeBackground {
	background : #440000;
}

td#header {
	/*background: #7DB101;*/
}

td#main {
	height: 550px;
	/*background: #d9e1ec url(../images/site_home_background.jpg) repeat-x 0px 0px;*/
}

td#footer {
	/*background: #d9f598;*/
}
