/* Removing ad column for iPhone and other smart phones */
#master-container {
	width: 1015px;
    overflow: hidden;
}
#ad-column {
	display: none;
}
#page {
	background: none;
    padding: 0 10px;
}
#header,
#footer {
	overflow: hidden;
}