			/* hide from ie on mac \*/
			html {
					height: 100%;
					overflow:hidden;
			}
	
			#flashcontent {
					height: 100%;
			}
			/* end hide */

			body {
					height: 100%;
					margin: 0px;
					padding: 0px;
					background-color: #ffffff;
					font-family:Arial,Helvetica,Sans;
					font-size:11px;
					color:#aaaaaa;
			}
			
			a{
					color:#b7210e;
					text-decoration:none;
			}
			
			a:hover{
					color:#e2210b;
					text-decoration:underline;
			}
			
			p{
					margin:0px;
			}
			
			h1{
					font-size:24px;
					color:#ffffff;
					letter-spacing:2px;
					font-weight:normal;
			}
			
			.text{
					margin-bottom:25px;	
					font-size:10px;
			}
			
			.images{
					margin-bottom:75px;			
			}
			
			#updateflash{
					margin:40px;
			}
			
			#info{
					margin:40px;
					width:425px;
			}
			
			#contact{
					margin:40px;
			}
			#scroll{
					height:100%;
					overflow:auto;
			}


