* {
	margin: 0px;
	padding: 0px;
}
html, body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100% !important;
}

html, * html body {
	height:100%;
}

img {
	border:none;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}
a {
	text-decoration:underline;
	color:#fff;
}
a:hover {
	text-decoration:none;
}

.column_left_top {
	height:768px;
	background:url(../images/column_left_top.gif) repeat-x;
}
.column_right_top {
	height:768px;
	background:url(../images/column_right_top.gif) repeat-x;
}

.main_column_top {
	width:1002px;
	height:768px;
	background:url(../images/main_column_top.jpg) no-repeat;
}

.column_left_bottom {
	vertical-align:top;
	background:url(../images/column_left_bottom.gif) repeat;
}
.column_right_bottom {
	vertical-align:top;
	background:url(../images/column_right_bottom.gif) repeat;
}
.main_column_bottom {
	vertical-align:top;
	width:1002px;
	background:url(../images/main_column_bottom.gif) repeat-y;
}

.info {
	float:right;
	width:24px;
	height:256px;
	background:url(../images/info.png) no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/info.png, sizingMethod='crop');
	right:0px;
	margin-top:-256px;
}
