@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,900&subset=latin,latin-ext);

*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body
{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #FFF;
	background-color: #009ca4;
	margin: 0px;
	padding: 100px 50px;
	background-image: url(../images/index/bkg.gif);
	background-repeat: repeat;
	font-weight: 300;
	text-align: center;
}

a
{
	color: #BBFDFF;
}

a:hover
{
	color: #FFF;
}

h1,
h2,
h3,
h4,
h5
{
	font-weight: 300;
	margin: 0px;
	padding: 0px;
}

h1,
.h1
{
	font-size: 80px;
	line-height:85px;
	font-weight: 200;
}

h2
{
	font-size: 25px;
	line-height:28px;
	font-weight: 400;
}

strong
{
	font-weight: 600;
}

.hr
{
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: rgba(255, 255, 255, 0.2);
}
