#biglogo {
	background: #ffffff url('logo.png') no-repeat center center;
    background-size: contain;
}

@font-face {
    font-family: openSans;
    src: url(OpenSans-Regular-webfont.woff);
}

body {
    font-family: openSans;
}

*{
	outline: none;
}
