/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY
	{ 
	text-align: center;
	}
#page
{
	text-align: center;
	position: relative;
        padding: 0px;
        margin: 0 auto;
        width:766px;
        background-color: #ffffff;
}
#header
{
position: relative;
        padding: 0px;
        margin: 0 auto;
        width:766px;
	background-color: #ffffff;
}
#container {
	position: relative;
	padding: 0px;
	margin: 0 auto;
	width:766px;
	background-color: #ffffff;
	}
