

/*OLLINELLI CSS*/

	body { 
		background: #000000;
        font: 86% Arial, "Helvetica Neue", sans-serif;
        margin: 0; 		
		margin:0px;
		padding:0px;
		text-align: center;
		
	}

	html, body {
        height: 100%;
                
    }

	#content{
		position: relative;
		width: 991px;
		height: 1000px;
		margin: 0 auto;
		overflow:hidden;
		outline:0px none;
		border:none;		
	}

	
