body {
    background-color: #999999;
    text-align: center; /* IE Centering */
}
a:link {
	color: #666679;
}
a:visited {
	color: #666679;
}
a:hover {
	color: #666679;
}
a:active {
	color: #666679;
}
#outer {
    width:760px;
    margin-left: auto;  /* Other Browser Centering */
    margin-right: auto; /* Other Browser Centering */
    background-color: #ffffff;
}
#header {
	height:90px;
}
#flash {
    width:760px;
	height:390px;	
	background-color: #ffffff;
}

