/*--------------------------------------------------------------------------------
Html & Body Reset
----------------------------------------------------------------------------------*/

html {
	text-align: center;
}

html, body {
	height: 100%;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: #fff;
}

/*--------------------------------------------------------------------------------
Container
----------------------------------------------------------------------------------*/

.container {
	width: 100%;
	text-align: center;
	background: #fff;
	position: relative;
	padding-top: 30px;
}

    .container a {
        color: #3075B6;
        text-decoration: none;
    }