

@font-face {
    font-family: 'psyperculight';
    src: url('/css/fonts/psypercu_light.eot');
    src: url('/css/fonts/psypercu_light.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/psypercu_light.woff') format('woff'),
         url('/css/fonts/psypercu_light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
		font-family: psyperculight,"Helvetica-Neue","Helvetica",Arial,sans-serif;
		font-size:15px;
	}
	#main {
		width:800px;
		margin:0px auto;
		margin-top:80px;
	}
	img {
		max-width: 100%;
		height:auto;
		/*margin-bottom:.5em;*/
	}
	.left {
		float:left;
		width:60%;
		line-height:20px;
	}
	.right {
		float:right;
		width:30%;
		color:#aaa;
		text-align: right;
		line-height:20px;
	}
	.float {
		line-height:20px;
		overflow:hidden;
	}