@charset "utf-8";
/* CSS Document */

#wrap {
	padding:0;
	width:750px;
	height:370px;
	cursor:pointer;
}

#content_wrap {
	width:100%;
	height:370px;
	padding:0;
	margin:0;
	position:relative;
	border:none;
	background-repeat:no-repeat;
}

.intrologo {
	position:absolute;
	right:18px;
	top:60px;
	background:url(../images/intro_logo.png) no-repeat;
	width:259px;
	height:109px;
}
 
