/* CSS Document */

/*	Description: APS STUDIO
	Author: Kaya Stuurman
	Date: 29 JANUARY, 2010 */
	
* {
	margin: 0;
	padding: 0;
}

body{

	background:#ffffff;
	height:635px;
	margin:0 auto;
				
	}
	
span{

	display:none;
	
	}


h4{
	
	background:url(images/logo.gif) no-repeat;
	background-position:center;
	width:441px;
	height:129px;
	margin:0 auto;
	padding-bottom:150px;
	
	}
	


address{

	margin-top:130px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	text-align:center;
		
	}
	
p{

	font-size:12px;
	color:#999;
	
}

a.download{

	text-decoration:none;
	font-style:normal;
	list-style-type:none;
	color:#999999;
}

 a.download:hover{
 
	color:#0099FF;
	
}

a.download:active{
	
	color:#333333;
	
}

#sub{

	width:100%;
	height:50px
	
}


