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

/*-------------------------------------------------------------------
	RESET CSS
-------------------------------------------------------------------*/

* {
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
	font-family: 'Roboto', sans-serif;
}

html {
    overflow-y: scroll;
	height: 100%;
}

sup, sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
    font-size: 10px;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

a { 
    outline: none;
}

.clear {
	clear: both;
}

p {
	line-height: 16px;
	margin: 0 0 10px 0;
}

body {
	background: #0457b3 url(../images/bg-site.jpg) top center fixed!important;
}


