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

/* reset css */
@import url(../css/global.css);


.algvert{
	
	height:0;
	left:0;
	overflow:visible;
	position:fixed;
	top:0;
	width:100%;
	z-index:8888;
	}

.align-vertical{

	margin:0 auto;
	overflow:visible;
	position: relative;
	width:980px;
	top:50px;
	}
