/* 
    Document   : front
    Created on : Dec 21, 2009, 9:18:46 AM
    Author     : david
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.page-wrapper {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	
}

.flashContent {
	background-color: yellow;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 1020px;
	height: 570px;
}
