@media screen and (-webkit-min-device-pixel-ratio:0){
	div#content {
		margin:0;
		background:#FFFFFF;
		width:900px;
		overflow:hidden;
		padding:8px 0 15px 0;
		clear:left;
	}
}

body:nth-of-type(1) div#content{
	color:red;
}