.homepageTable {
	background-image: url(../common/images/common/background_1px_slice.jpg);
}
body {
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #000000 url(../images/common/background_1px_slice.png) repeat-x;
	text-align: center;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFCC;
}
a:hover {
	color: #999933;
}
a:active {
	color: #993300;
}
#home_wrp {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 639px;
}
#asd {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
}
#home_img {
	position: absolute;
	z-index:2;
	top: 0;
	left: 0;
}
#home_footer {
	position: absolute;
	z-index: 1;
	top: 400px;
}
