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

}
 
 body
 {
	padding:0;
	margin:0;
	font-family: 'sugarcubesbook';
	/*background:url('../images/grey.png');*/
	background:url('../images/background.png');
 }
 .content
 {
	width:980px;
	min-height:450px;
	height:auto;

	margin:0 auto;
 }
 .presentation
	{
		width:920px;
		height:150px;
		margin:0 auto;
		text-align:center;
		color:#fff;
	}
	.presentation p 
	{
		font-size:13px;
	}
	
	 hr
	{
		margin:20px 0 20px 0 ;
		border-color:#2ecc71;
		clear:both;
	}
	.clear
	{
		clear:both;
		height:15px;
	}
	.maint 
	{
		width:420px;
		margin:40px auto 0 auto;
		font-size:21px;
		font-style: italic;
		font-weight:bold;
	}