body {
	margin: 0px;
	background-color:#000000;
	color:#ececec;
}

table {
	font-family:Arial;
	font-size: 10px;
	padding:0px;
	border-collapse:collapse;
}

.top {
	width:100%;
	height:130px;
	background-image:url(../img/main/line_1.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
}

.menu {
	width:225px;
	height:620px;
	vertical-align:top;
	background-image:url(../img/main/line_2.gif);
	background-repeat:no-repeat;
	background-position: right top;
}

.footer {
	padding:17 0 0 28;
	background-image:url(../img/main/line_1.gif);
	background-repeat:no-repeat;
	background-position: left top;
}

.textlink, a.textlink:link, a.textlink:visited, a.textlink:active 
{font-size:8pt; color:#AAAAAA; line-height:130%; text-decoration: none;}