@charset "UTF-8";
/* CSS Document */

* { 
    margin: 0; 
    padding: 0; 
}

body {background: url('images/bg3.jpg') repeat;}

html, body {
    height:100%;
    width:100%;
    overflow:hidden;
}

div.cont {
	position: absolute; top: 0px; left: 0px;
	width: 100%; z-index: 10;
	text-align: center;
}


