/*Global white space reset*/
* {
    	margin: 0;
		padding: 0;
		}

	
/*body properties*/

body {
	background-color: #333333;
	}
	
/*copy*/

#container {
	width: 644px;
	margin: 0 auto;
	padding-top: 80px;
	}
	
#header {
	float: right;
	width: 250px;
	height: 20px;
	font-family: verdana, helvetica, arial, sans-serif;
    background: url(headbg.gif) no-repeat;
    padding-bottom: 0px;
	}
	
#header h1 {
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	padding-top: 4px;
	font-weight: lighter;
	}
	
#flash {
    padding: 0px;
	margin: 0px;
	width: 644px;
	height: 364px;
    }
	
#link {
	float: right;
	width: 250px;
	height: 20px;
	font-family: verdana, helvetica, arial, sans-serif;
    background: url(linkbg.gif) no-repeat;
    padding-top: 0px;
    margin-top: 20px;
	}

#link p {
	display: block;
	text-align: center;
	font-size: 11px;
	font-weight: lighter;
	padding-top: 2px;

	}
	
#link a {
	text-decoration: none;
	color: #ffffff;
	}