@charset "utf-8";
@import "text.css";
@import "menu.css";
@import "Forms.css";

/* CSS Document */
body {
	margin:0px;
	margin:0px 0px;
	padding:0px;
	background-color:#999999;
}

#container {
	position:absolute;
	left:50%;
	margin-top:10px;
	margin-left:-501px; /* horizonal align */
	width:1002px;
	min-height:590px;
	background-color:#000000;
	back/ground-image:url(../images/film-strip.jpg);
	background-repeat:repeat-y;
	background-position:229px 0px;
}

#left-bar {
	background-image:url(../images/menu-bg.gif);
	background-repeat:no-repeat;
	width:229px;
	min-height:590px;
	float:left;
}

#flash {
	width:127px;
	height:590px;
	float:left;
}

.flashMC{
}
#content {
	width:646px;
	min-height:147px;
	float:right;
	background-image:url(../images/content-bg.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

#content #page-text {
	margin:10px 35px;
	margin-bottom:115px;
	margin-top:170px;
}

#footer {
	position: absolute; right: 0px; bottom: 0px;
	clear:both;
}

#rose {
	position: absolute; left: 0px; bottom: 0px;
}