/* The People that Think Programming
--------------------------------------------------------------*/
/* Style Sheet */

html {
	height: 100%;
	margin: 0;
	padding: 0;

}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	
	background-attachment: scroll;
	background-color: #b4ff00;
	background-repeat: repeat-x;
	background-position: top left;
	/* background-image: url(http://ddderer.aquz.biz/backImages/1.jpg);  #529633 */
	/* background-image:url(http://ddderer.aquz.biz/backImages/2.jpg); # */
	/* background-image:url(http://ddderer.aquz.biz/backImages/3.jpg); 6b93c7 */
	background-image:url(http://ddderer.aquz.biz/backImages/5.jpg); /* #b4ff00 */
	/* background-image:url(http://ddderer.aquz.biz/backImages/6.jpg); Repeat XY */
	/* background-image:url(http://ddderer.aquz.biz/backImages/7.png); Repeat XY */	
}

body, p, td, div, fieldset, legend, select, option, input, textarea {
	font: 12px/130% "AppleGothic", AppleGothic, "맑은 고딕", Malgun Gothic, "돋움", Dotum, "Lucida Grande", sans-serif;
}

img {
	border: none;
}

/* link, active, visited, hover */
a:link, a:active {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #222222;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

/* Roll Over for Images */
a.roll img { 
	display: block; 
	border: 0;
} 

a.roll img.over {
	display: none; 
} 

a.roll:hover {
	border: 0;
}

a.roll:hover img { 
	display: none; 
}

a.roll:hover img.over { 
	display: block; 
}

/* Table */ 
table.tptpBone {
	width: 100%;
	height: 100%;
}

#tptpGlassDock {
	width: 95px;
	height: 100%;
	table-layout: fixed;
}

#tptpGlassBody {
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

#tptpCopyright {
	width: 100%;
	height: 65px;
	table-layout: fixed;
}

#tptpBanner_Counter {
	width: 100%;
	height: 54px;
	table-layout: fixed;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

/* Div */
#tptpMenu {
	width: 75px;
	height: 485px;
	top: 30px;
	left: 15px;
	position: absolute;
}

#tptpSubMenu {
	left: 121px;
	top: 34px;
	position: absolute;
	font-family: AppleGothic, Malgun Gothic, Dotum;
	font-size: 11px;
	white-space: pre;
}

#tptpLoginTab {
	left: 117px;
	top: 8px;
	height: 19px;
	font-family: AppleGothic, Malgun Gothic, Dotum;
	font-size: 12px;
	vertical-align: middle;
	position: absolute;
}
/* End */