@charset "UTF-8";
/* CSS Document */



img {
	margin: 10px;
	display: inline;
    text-align: center;

}

.container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;

}


.content {
	position: relative;
	margin: auto;
	top: 50px;
    width: 100%;
    max-width: 1350px;
	height: 30000px;
	overflow: hidden;

	
}


.header {
	position: absolute;
	top: 10px;
	left: 0px;
	height: 40px;
	width: 95%;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	
}

.header img {
	margin: 0px;
	
     border-style: none;

}



.post {
	display: inline;
	float: left;
	text-align: center;
	

}


