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

/*========================================================
    iframes
=========================================================*/

#frame-parts--header {
    width: 100%;
    height: 900px;
    margin: 0 auto 50px;
	overflow: hidden;
}


#frame-parts--sidebar {
    width: 220px;
	float: left;
	height: 1870px;
	background: #fff;
    position: relative;
    z-index: 10;
}


#frame-parts--footer {
	clear:both;
    width: 100%;
	height:1450px;
	margin-top: 50px;
	margin-bottom: -10px;
}

