/* zero out everything */
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}

/* hide from ie on mac \*/
html {
	/* required for full-page Flash */
	height: 100%;
	overflow: hidden;
	font-weight: normal;
}
	
#flashcontent {
	height: 100%;
}
/* end hide */

body{
 	background-color: #1C1C1C;
	color: #C6C6C6;
 	font-family: Verdana, Arial, _sans;
 	color: #FFFFFF;
 	font-size: .65em;
	font-weight: normal;
 	/* required for full-page flash */
 	height: 100%;
 }
 
#flashContent{
 	/* required for full-page Flash */
	height: 100%;
 }
 
#noflash{
 	width: 202px;
 	margin: 15px auto;
	background-image:url(images/lucianperkins_logo.jpg);
	background-repeat:  no-repeat;
	padding: 80px 30px 0px 15px;
 }
 
#alternateContent{

 }
 
 a{
 	color: #FFFFFF;
 }

 a:hover{
 	color: #CCCCCC;
 }
 
 a:visited{
 	color: #CCCCCC;
 }
