@font-face {
    font-family: 'RalewayThin';
    src: url('raleway_thin-webfont.eot');
    src: url('raleway_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway_thin-webfont.woff') format('woff'),
         url('raleway_thin-webfont.ttf') format('truetype'),
         url('raleway_thin-webfont.svg#RalewayThin') format('svg');
    font-weight: normal;
    font-style: normal;
}

a:link { font-weight:normal; color:#000000; text-decoration:none; }
a:visited { font-weight:normal; color:#000000; text-decoration:none; }
a:hover { font-weight:normal; color:#000000; text-decoration:underline; }

body 	{ 
	text-align:center;
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f5f5f5;
	}

.page {
        width:940px;
        height:605px;
        position:absolute;
        top:50%;
        left:50%;
        margin-left:-470px;
        margin-top:-302px;
		border:1px solid rgba(0, 0, 0, 0.04);
        }

h1.fontface {font: 60px/48px 'RalewayThin', Arial, sans-serif;letter-spacing: 0;}
p.style1 {font: 30px/30px 'RalewayThin', Arial, sans-serif;}
p.style2 {font: 18px 'RalewayThin', Arial, sans-serif; color:grey;}

p.style2 a:link { font-weight:normal; color:grey; text-decoration:none; }
p.style2 a:visited { font-weight:normal; color:grey; text-decoration:none; }
p.style2 a:hover { font-weight:normal; color:grey; text-decoration:underline; }

hr 	{
	color: #f5f5f5;
	background-color: rgba(0, 0, 0, 0.04);
	height: 1px;
	width: 100%;
	border: 0;	
	}