*{ 
	font-size: 100%;
	margin: 0;
	padding: 0;
}
body{
	background-color: #444;
	-webkit-user-select: none; /* Prevents object highlighting + magnifying lens when user holds their finger down */
}
p{
	font-family: "Helvetica";
    font-size: 0.8em;
}
div#master{
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 1024px; height: 748px;
}
    div#no-portrait{
    	display: none;
        background:url('../../Assets/Images/No-Portrait.png') center center no-repeat;
        left: -128px; top: 0;
        position: absolute;
        width: 1024px; height: 1004px;
        z-index: 1000;
    }
        #no-portrait div.text{
            color: #CCC;
            font-size: 130%;
            left: 486px; top: 424px;
            line-height: 1.1em;
            position: absolute;
            width: 256px; height: 146px;
        }   