@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,700&subset=latin,latin-ext);
* {
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align:center;
}
li { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%;
	font-weight: normal;}
a { color: #ca2d2e; text-decoration: none;}
a:hover { color: #444; }
html, body { height: 100%; }
body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/bg.jpg) left center fixed;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
}
h1 {
	padding: 10px 0;
	right: 0;
	color: #c72423;
	font-size: 18px;
	font-weight: 600;
	margin:15px 0;
	
}
h2 {
	color: #222;
	font-size: 14px;
	margin: 10px 0;
	display: block;
}
div#content {
	width: 20%;
	height: auto;
	display:inline-block;
	/*background: rgba(236,184,22,.7);*/
	background:#fff;
	margin: 0;
	padding: 20px 0;
	position: fixed;
	top: 0;
	right: 5%;
}
.main_box {
	width: 90%;
	padding: 20px;
}
ul {
	padding: 0;
	margin: 10px 0 0 0;
}
ul li {
	margin-bottom: 20px;
	clear: both;
}
ul li p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #111;
	margin: 0;
}
