body {
	background:			black;
	width:				1024px;
	text-align:			left;
	height:				900px;
	margin:				0 auto;
	font-family:			Arial, Helvetica, sans-serif;
	}

.background {
	background-image:	url(images/filmstrip.jpg);
	background-repeat:	no-repeat;
	background-color:	#000000;
	width:				950px;
	height:				550px;
	margin:				0px;
	padding-top:			300px;
	padding-left:			100px;
	padding-right:		0px;
	}
	
.content {
	float:				right;
	width:				575px;
	height:				500px;
	margin-right:			95px;
	margin-top:			0px;
	margin-left:			0px;
	padding:			0px;
	}
	
.action {
	float:				right;
	background-image:	url(images/container2.jpg);
	font-size:			85%;
	width:				145px;
	height:				auto;
	margin:				0 0 0 30px;
	padding-left:			15px;
	padding-top:			100px;
	padding-right:		10px;
	padding-bottom:		30px;
	}

.mainbody {
	background-image:	url(images/container1.jpg);
	background-repeat:	repeat;
	font-size:			90%;
	width:				370px;
	height:				auto;
	margin-top:			0px;
	padding-left:			15px;
	padding-top:			5px;
	padding-right:		10px;
	padding-bottom:		30px;
	}

.menu {
	background-image:	url(images/day0.jpg); /* YEGHSO, THIS IS WHERE YOU CHANGE THE NUMBER EVERY DAY. The images are already on the server. Just change the number in the file name and it will automatically switch.*/
	font-weight:			bolder;
	font-size:			80%;
	line-height:			1.5em;
	width:				245px;
	height:				430px;
	margin-top:			0px;
	padding-left:			20px;
	padding-right:		5px;
	padding-top:			20px;
	padding-bottom:		50px;
	}
	
#credit {
	font-size:			70%;
	color:				#D9D1A2;
	text-align:			left;
	width:				250px;
	padding-bottom:		30px;
	padding-left:			102px;
	padding-top:			5px;
	}
	
h1 {
	color:				#AC2302;
	font-size:			150%;
	font-weight:			bolder;
	}
	
h2 {
	color:				#AC2302;
	font-size:			110%;
	font-weight:			bolder;
	}

h3 {
	color:				#D9D1A2;
	font-size:			100%;
	font-weight:			bolder;
	padding:			0px;
	margin:				0px;
	}

p {
	font-size:			85%;
	color:				#000000;
	line-height:			1.2em;
	}

.menu a:link {
	color:				#FFFFFF;
	text-decoration:		none;
	}

.menu a:visited {
	color:				#FFFFFF;
	text-decoration:		none;
	}

.menu a:hover {
	color:				#D9D1A2;
	text-decoration:		none;
	}

.menu a:active {
	color:				#D9D1A2;
	text-decoration:		none;
	}

a:link {
	color:				#990000;
	text-decoration: none;
	}
	
a:visited {
	color:				#990000;
	text-decoration:		none;
	}

a:hover {
	color:				#000000;
	text-decoration:		none;
	}

a:active {
	color:				#000000;
	text-decoration:		none;
	}

#credit a:link {
	color:				#FFFFFF;
	text-decoration:		none;
	}

#credit a:visited {
	color:				#FFFFFF;
	text-decoration:		none;
	}

#credit a:hover {
	color:				#D9D1A2;
	text-decoration:		none;
	}

#credit a:active {
	color:				#D9D1A2;
	text-decoration:		none;
	}

