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


body{
margin:0px;
padding:0px;
background:#ff52a7;	
}

.logo{
width:800px;
height:700px;
position:absolute;
top:100px;
left:50%;
margin-left:-400px;	
background:url('images/logo.png') no-repeat;
}
