/*
__          ___             _   _            _          _ _ 
\ \        / / |           | | | |          | |        | | |
 \ \  /\  / /| |__  _   _  | |_| |__   ___  | |__   ___| | |
  \ \/  \/ / | '_ \| | | | | __| '_ \ / _ \ | '_ \ / _ \ | |
   \  /\  /  | | | | |_| | | |_| | | |  __/ | | | |  __/ | |
    \/  \/   |_| |_|\__, |  \__|_| |_|\___| |_| |_|\___|_|_|
                     __/ |                                  
                    |___/                                   
                     _     _                                           _   
                    | |   | |                                         | |  
__      _____  _   _| | __| |  _   _  ___  _   _  __      ____ _ _ __ | |_ 
\ \ /\ / / _ \| | | | |/ _` | | | | |/ _ \| | | | \ \ /\ / / _` | '_ \| __|
 \ V  V / (_) | |_| | | (_| | | |_| | (_) | |_| |  \ V  V / (_| | | | | |_ 
  \_/\_/ \___/ \__,_|_|\__,_|  \__, |\___/ \__,_|   \_/\_/ \__,_|_| |_|\__|
                                __/ |                                      
                               |___/                                       
 _          _             _            _                     
| |        | |           | |          | |                    
| |_ ___   | | ___   ___ | | __   __ _| |_   _ __ ___  _   _ 
| __/ _ \  | |/ _ \ / _ \| |/ /  / _` | __| | '_ ` _ \| | | |
| || (_) | | | (_) | (_) |   <  | (_| | |_  | | | | | | |_| |
 \__\___/  |_|\___/ \___/|_|\_\  \__,_|\__| |_| |_| |_|\__, |
                                                        __/ |
                                                       |___/ 
  _____  _____ _____    __ _ _     ___  
 / ____|/ ____/ ____|  / _(_) |   |__ \ 
| |    | (___| (___   | |_ _| | ___  ) |
| |     \___ \\___ \  |  _| | |/ _ \/ / 
| |____ ____) |___) | | | | | |  __/_|  
 \_____|_____/_____/  |_| |_|_|\___(_)  

*/

html {height: 100%; width: 100%; }
/*body {height: 100%; width: 100%; margin: 0px; padding: 0px; overflow: hidden; background:url('../images/background1.jpg') no-repeat center; background-color:#000;}*/
body {height: 100%; width: 100%; margin: 0px; padding: 0px; background-color:#000; overflow: hidden;}

.clear { display:block; clear:both; height:0; }
		
#middle { display:block; position:relative; width:100%; height: 100%; padding:0px; z-index: 2;}
		
	#motion { display:block; margin:0 auto; min-height:600px; min-width:960px; width:100%; height:100%;}
	.alt {display: none;}
		
#noflash {color: #FFF; width: 600px; margin: 0px auto; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif;}
#noflash p.list {font-weight: bold; font-style: italic; margin-left: 10px;}

#page {z-index: 1;}

img {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
@media screen and (max-width: 1024px){
	img {
		left: 50%;
		margin-left: -512px; }
}