.box_rotate {
	font-family: 'TeXGyreAdventorRegular';
	font-size: 29px;
	color: white;
	position: absolute;
	top: 290px;
	left: 20px;
	-webkit-transform: rotate(270deg);  /* Saf3.1+, Chrome */
     -moz-transform: rotate(270deg);  /* FF3.5+ */
       -o-transform: rotate(270deg);  /* Opera 10.5 */
          transform: rotate(270deg);
     filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); /* IE6–IE9 */
}

.titlebox {
		font-family: 'TeXGyreAdventorRegular';
		font-size: 20px;
		color: white;
		position: absolute;
		top: 50px;
		left: 20px;
}

.topbar {
		position:absolute;
		width:100%;
		height:50px;
		left: 250px;
        background-color: #006633;
}
.bottom {
	color: black;
	position: absolute;
	left: 300px;
	width: 700px;
	top: 650px;
	text-align: center;
}

.container {
	position: absolute;
    top: 125px;
    width: 200px;
}