@charset "utf-8";
/* CSS Document */


/*

PAGE = LEFT + content
content = content_LEFT + content_RIGHT

*/

#page
{
	width:1024px;
	text-align:center;















/*background:#FFCCCC; /* RED */*/
; 															background-color: #000;
	padding: 0px;
	margin: 0pt;
	float: none;
}

#content-dimensions-page
{
	width:1024px;
	float:none;
	background:black; /* YELLOW */
}

#content-left-dimensions
{
width:240px;
float:left;
background:#CCFFCC; /* GREEN */
}

#content-right-dimensions
{
width:0px;
float:right;
display:none;
background:#CCCCFF; /* BLUE */
}
#left-dimensions
{
	width:200px;
	float:left;
	background:#FFCCFF; /* PURPLE */
}


#footer-dimensions
{

}
