/* 
    Document   : mobile
    Created on : 30-Mar-2013, 2:35:20 AM
    Author     : Stephen
*/

@media screen and (max-device-width: 768px) {
    body {
	width: 100%;
    }

    h1 {
	margin-left: 5px;
    }

    div img {
	max-width: 50%;
	height: auto;
    }
}