#ODD {
	background-image:url(../images/ODD_1920.jpg); 
	height:750px;
}

#ODD .float .txt{
	width:600px;
	top:5em;
	left:100px;
}

@media screen and (max-width: 1366px) {
	#ODD {
		background-image:url(../images/ODD_1366.jpg); 
		height:550px;
	}		
	#ODD .float .txt{
		width:450px;
		top:2em;
		left:100px;
	}
}
@media screen and (max-width: 1024px) {
	#ODD {
		background-image:url(../images/ODD_1024.jpg); 
		height:500px;
	}
	#ODD .float .txt{
		width:600px;
		top:3em;
		left:20px;
	}
}
@media screen and (max-width: 640px) {
	#ODD {
		background-image:url(../images/ODD_640.jpg); 
		height:400px;
	}
	#ODD .float .txt{
		width:300px;
		top:0em;
		left:10px;
	}
}