/* styles */
html {height:100%; font-family: Helvetica, sans-serif; font-size:small; color:#ccc;}
body {height:100%; background-color: #440001; padding:0; margin:0;}

#enter {margin: 0 auto; padding: 0; text-align: center;}
#message {margin:0 auto; width:35%; padding: 25px 15px 15px 224px; font-size:90%; line-height: 115%; background:url(/images/BeckerRunning.jpg) no-repeat 0 50%;}
#message b{display:none;}

#message ul{padding: 0 0 15px 0; list-style:none; width:400px;}
#message li.title {font-size: 110%; color:#CC0000; font-weight:400; letter-spacing:10%;}

#content{margin:0 auto; width:980px;}
#content a img{border:none;}
#content b{display:none;}

h1 {font-size: 255%; color:#CC0000; font-weight:400; letter-spacing:10%;}

#flashContent {
	width: 100%;
	height: 100%;
	vertical-align:top;
	/* for mozilla */
	min-width: 1000px;
	/* for IE */
	width:  expression( Math.max(document.body.clientWidth,1000) + "px" );
}

a,
a:active,
a:visited{color:#CC0000; text-decoration:none; font-weight:bold;}
a:hover{text-decoration:underline;}