body
	{
		padding:0px;
		margin:0px;
		font-family: sans-serif;
		background-color: #757575
	}
	
#splash
	{
		background: url('splash_bg.jpg') no-repeat center top;
		width: 100%;
		height:100%;
		min-height: 870px;
		//height: 870px;
		font-size: 1%;

	}

#splash img {
		border:0px;
}

#splash div.banner
	{
		position: relative;
		top: 120px;
		left: -37px;
	}
	
#splash img.banner
	{
		width: 500px;
		height: 300px;
	}
	
#splash .menus
	{
		position: relative;
		top: 414px;
		left: -50px;
	}
	
	#splash img.menuitems
		{
			vertical-align: top;
			margin-left: 35px;			
		}
	
#splash .DesignCopyRight
	{
		position: relative;
		top: 500px;
		left: -50px;
	}
	
	#splash .aero
		{
			margin: 20px 0px 0px 0px;
		}
	#splash .qa
		{
			margin: 10px 0px 0px 35px;
		}
	#splash .DesIn
		{
			margin: 2px 0px 0px 35px;
			color: #464646;
			font-family: MS Reference Sans Serif;
	        font-size: 9px;
		}
	#splash .cprght
	    {
	    font-family: MS Reference Sans Serif;
	    font-size: 8px;
	    color: #ffffff;
	    margin-left: 35px;
        }
