#CPU {
	background-image:url(../images/CPU_1920.jpg); 
	height:750px;
}

#CPU .float .txt{
	width:500px;
	top:7em;
	left:600px;
}

@media screen and (max-width: 1366px) {
	#CPU {
		background-image:url(../images/CPU_1366.jpg); 
		height:500px;
	}		
	#CPU .float .txt{
		width:400px;
		top:3em;
		left:480px;
	}
}
@media screen and (max-width: 1024px) {
	#CPU {
		background-image:url(../images/CPU_1024.jpg); 
		height:430px;
	}
	#CPU .float .txt{
		width:320px;
		top:3em;
		left:300px;
	}
}
@media screen and (max-width: 640px) {
	#CPU {
		background-image:url(../images/CPU_640.jpg); 
		height:420px;
	}
	#CPU .float .txt{
		width:300px;
		top:3em;
		left:10px;
	}
}