/*=======flexible layout*/

*{ margin:0; padding:0;}


@font-face{

font-family: StrCorner;
src: url('fonts/Street Corner Thin.ttf');

}



/*======= Main container ==========================*/


#box{
	position:absolute;
	
	max-height:800px;
    max-width:960px;
	top: 50%;
    left:50%;
    transform: translate(-50%, -50%);

	
}












