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


@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html, body
{
    height: 100%;
    margin:0;
    padding:0;
}


.logo {
    position:relative;
    height: 100%;
    width:100%;
}

.logo img {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
	width:45%;
}



a img {border:none;}
a:link {color:#000000; text-decoration:none;}  
a:visited {color:#000000;} 
a:hover {color:#e03177;}  
a:active {color:#000000;}   

