/* CSS Document */
/*
	------------------------------------------------------------------
	Title:  redstar-us.com [screen]
	Author:  Dave Fletcher
	Version:  13 Feb 2007
	License:  This style sheet and all imported style sheets are 
		licensed under a Creative Commons Attribution-ShareAlike 2.5 
		License.

	http://creativecommons.org/licenses/by-sa/2.5/

	You may copy, distribute, display and/or use the work provided it 
	is not for commercial purposes. Should you wish to use the work 
	for commercial purposes please get the licensor's permission.

	Licensor contact: dave.fletcher@themechanism.com
	------------------------------------------------------------------
*/

body {
	background-color: #900000;
	margin: 0;
	padding: 0;
}

.main {
	position: relative;
	background-color: #000000;
	padding: 0;
	margin: 0;
}

.swfplayer {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	min-height: 600px;
	text-align: center;
}

#mask {
	position: absolute;
	top: 533px;
	z-index: 1000;
	width: 100%;
	height: 100px;
	border-top: 1px solid #000000;
	background-color: #910000;
}



#copyright {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	padding-top: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}