﻿/* hide from ie on mac \*/
html 				{ 
					height: 100%; 
					overflow: auto; 
					border:0px;
					color:#FFFFFF;
					
					}

#flash_flash 		{ 
					height:560px; 
					width:100%; 
					min-width: 980px;
					
					}
/* end hide */

body 				{ 
					height: 100%; 
					margin: 0; 
					padding: 0; 
					background-color:#000000;
					}

#flash_alternative	{ 
					padding: 100px; 
					height:560px;
					color: #fff; 
					font-family: Arial; 
					font-size: 14px; 
					}

#wallTop			{ 
					width:100%;
					height:5%;
					background-image:url(../images/bannerTop.jpg);
					background-repeat:no-repeat;
					background-position:bottom;
					}
					
#wallBottom			{ 
					width:100%;
					height:95%;
					background-image:url(../images/bannerBottom.jpg);
					background-repeat:no-repeat;
					background-position: 50% 560px;
					}
					
#footer				{ 
					position:fixed;
					display:block;
					top:100%;
					width:100%;
					height:14px;
					text-align:center;
					font-family:Arial, Helvetica, sans-serif;
					font-size:10px;
					background-color:#000000;
					margin-top:-14px;
					}

a					{
					color:#FFFFFF;
					text-decoration:none;
					}
