@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'robotolight';
    src: url('font/roboto-light-webfont.eot');
    src: url('font/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/roboto-light-webfont.woff') format('woff'),
         url('font/roboto-light-webfont.ttf') format('truetype'),
         url('font/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	right: 0px;
	left: 0px;

	bottom: 0px;
}
a img, h1,h2,h3,h4,h5,h6 {
	border: 0px;
	text-decoration: none;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	margin:0px;
	padding:0px;
	
}
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	font-size: 100%;
	font-family: 'robotolight';
	line-height: 1.5;
}
ul, ol {
	margin: 0px;
	padding: 0px;
}
ul li, ol li {
	text-decoration: none;
	list-style: none;
}
li {
	display: inline-block;
}	
p{
font-size:12px;
}
.bg{
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: -1;
}
.info{
	bottom: 0px;
	position: absolute;
	bottom: 20px;
}
.info img{
	width:270px;
	padding-left: 22px;
}
.logo{
	margin:80px 0px 80px 633px;
	text-align: center;
}
.text{
	display:table;
	padding-left: 22px;
}
.left{
	display:table-cell;
}
.right{
	display:table-cell;
}
h2{
	color:#ed1b2e;
	font-size:16px;
}
.text div{
	padding: 22px;
	padding: 8px 32px 0px 8px;
	border-left: 1px solid #ed1b2e;
}
h1{
	font-size:16px;
}