@import url("style_page.css");

/*

Keep Menu and Title fixed

body {
	overflow: hidden;
}

#content {
	width: 100%;
	height: 100%;
	margin: 0;
	/*padding: 50px 50px 0 180px*/;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow-x: scroll;
	overflow-y: hidden;
}

*/

/* Menu and Title scroll with content */
#content {
	width: 100%;
	height: 100%;
	margin: 0;
	/*padding: 50px 50px 0 180px*/;
	position: absolute;
	top: 0px;
	left: 0px;
}

#scroll {
	border-top: 1px solid #FFFFFF;
	margin: 50px 50px 0 180px;
}

#scroll tr td {
	padding: 102px 30px 0 0;
	vertical-align: top;
}

#text {
	width: 300px;
}

.intro {
	font-size: 16px;
	line-height: 23px;
}

.thumb_big_cell {
	width: 360px;
}

.thumb_big_cell {
	width: 200px;
}