*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	z-index: 0;
	}

* {
	padding: 0;
	margin: 0;
}

html
	{
	overflow-y: scroll;
	}
	
body {
	background: #ccc url("bg.png") repeat-y scroll center top;
	font: 100.1% arial, helvetica, sans-serif;
	color: #444;
	padding: 0;
	}
	
#box {
     position: absolute;
     top: 30%;
     left: 50%;
     width: 600px;
     height: 600px;
     margin-left: -300px;
     margin-top: -300px;
     box-sizing: border-box;
	 vertical-align:middle;
}

#container {
	width: 100%;
	max-width: 1280px;
	margin: 50px auto;
	}

#main {
	padding: 0 20px;
	}

#box p {
	font-size: 20px;
	}
	
#box a {
	font-size: 20px;
	color: #157fb4;
	text-decoration: none;
	}
	
#box a:hover {
	text-decoration: underline;
	}
	
#container p {
	font-size: 15px;
	line-height: 22px;
	text-align: justify;
	}
	
#container a {
	font-size: 15px;
	color: #157fb4;
	text-decoration: none;
	}
	
#container a:hover {
	text-decoration: underline;
	}