
.copy { color: green; font-size: 9px; font-family: Verdana }

h3 {
	color:#003;
	font-size:0.9em;
	font-style:normal;
}
p {
	line-height:1.4;	
}
#container {
	width:92%;
	margin-left:4%;margin-right:4%;
}
table {
	width:auto;
}
.icons {
	margin-left:30%;	
}


/*

ALTERNATIVELY, USE SHEETS
<link rel="stylesheet" media="all and (orientation:portrait)" href="portrait.css">  
<link rel="stylesheet" media="all and (orientation:landscape)" href="landscape.css">  


*/

#iAd {
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position:bottom left;
		position:absolute;
		bottom:0px;
		width:100%;
	}

@media all and (orientation:portrait) {  
    #iAd {
		background-image:url(resources/ads/640_100.gif);
		height:100px;
	}
}  
@media all and (orientation:landscape) {  
    #iAd {
		background-image:url(resources/ads/960_64.gif);
		height:64px;
	}
} 