/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	/* TODO */
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	/* TODO */
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	/* TODO */
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	/* TODO */
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	body {
	    background: url('../img/bg.png');
	    background-position: right bottom;
	    background-repeat: no-repeat;
	    background-attachment: fixed;
	}
}	