﻿/************* main *************/
body {
	margin-top: 50px;
	background-color: #262626;
	background-image: url('images-layout/bg_pixel.png');
	background-repeat: repeat;
}
#layout_container {
	width: 795px;
	margin-bottom: 10px;
	margin: 0 auto;
}
/************* header *************/
#layout_header {
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#layout_01 {
	height: 19px;
}
#layout_02_01 {
	width: 13px;
	float: left;
}
#layout_02_02 {
	width: 255px;
	float: left;
}
#layout_02_03 {
	width: 506px;
	height: 109px;
	float: left;
}
#layout_02_03bg {
	width: 506px;
	height: 109px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 0;
}
#layout_02_03flash {
	width: 506px;
	height: 109px;
	position: absolute;
	z-index: 1;
}
#layout_02_04 {
	width: 21px;
	float: left;
}
/************* content *************/
#layout_04 {
	background-image: url('images-layout/04_background_test_1.png');
	background-repeat: repeat-y;
	width: 795px;
	min-height: 320px;
}
#layout_04_01 {
	width: 13px;
	min-height: 320px;
	float: left;
	margin: 0;
	background-color: transparent;
}
#layout_04_02 {
	width: 255px;
	min-height: 320px;
	float: left;
	background-color: transparent;
}
#layout_04_03 {
	width: 466px;
	min-height: 320px;
	float: left;
	padding: 20px;
	padding-right: 41px;
	background-image: url('images-layout/04_footerbg_test_1.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	text-decoration: none;
}
/************* footer *************/
#layout_05 {
	
}

}
div {
}