/*
-----------------------------------------------
sunwerks screen style
author:  alberto gonzalez - www.u4eadesign.com
version:  1.1 - October 2007
----------------------------------------------- */

body {
	background: #FFF;
	font-family: Lucida Grande, Arial, Verdana, sans-serif;
	font-size: 65%;
	line-height: 135%;
	margin: 0; /* Gets rid of the default padding on the page */
}

#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;

}

#noflash {
	width: 800px;
	margin: 0 auto;
}



a:link {color: #e4701e; text-decoration: underline;}
a:visited {color: #e4701e; text-decoration: underline;}
a:hover {color: #000; text-decoration: underline;}
a:active {color: #000; text-decoration: underline;}   1.
     
	 
	 
html {

      height: 100%;
	  overflow: auto;
     
}


