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

#logo {
	position:relative;
	width:644px;
	height:320px;
	margin-top:100px;
}

#main {    
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	height:500px;
	top:50%;
	margin-top:-250px;
}

#dev {
	position:relative;
	width:100%;
	height:30px;
	margin-top:20px;
}

