body, html {
	background:#827d80 url(../images/ux/gradient.gif) repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

#flashContainer
{
	width:100%;
	height:100%;
	z-index:1;
}

#addImageContainer
{
	width:500px;
	height:200px;
	background:#000;
	z-index:201;
	margin:auto;
}

.logo
{
	background: url(../images/ux/logo.gif) 0 50% no-repeat;
	height:50px;
	width:271px;
	margin:6px 0 3px 5px;
}

.albumImage
{
	float:left;
	width:150px;
	height:150px;
	margin-right:5px;
}

.footerText
{
	font-size:11px;
	color:#FFF;
	display:block;
	margin:auto;
	margin-top:4px;
	text-align:center;
	width:770px;
}