body {
	font-family: verdana;
	font-size: 11px;
	padding: 0;
	margin: 0;
	background-image: url('/design/bg.jpg');
}

div {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

#top {
	width: 990px;
	height: 178px;
	margin-left: auto;
	margin-right: auto;
}

#top_left {
	width: 400px;
	height: 178px;
	float: left;
	background-image: url('/design/top_left.png');
	background-position: left 50px;
	background-repeat: no-repeat;
}

#top_center {
	width: 195px;
	height: 178px;
	float: left;
}

#top_right {
	width: 395px;
	height: 178px;
	float: left;
	background-image: url('/design/phone.png');
	background-position: right 50px;
	background-repeat: no-repeat;
}

#center {
	width: 710px;
	min-height: 674px;
	padding-left: 140px;
	padding-right: 140px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-image: url('/design/shirt.jpg');
}

#center_top {
	height: 80px;
	font-weight: bold;
	color: #363e6d;
	text-align: center;
	padding-top: 30px;
}

#center_left {
	height: 470px;
	width: 330px;
	float: left;
}

#center_right {
	height: 470px;
	width: 330px;
	float: left;
	margin-left: 45px;
}

#bottom {
	width: 700px;
	padding: 10px 0 10px 0;
	margin-left: auto;
	margin-right: auto;
}

#bottom_left {
	width: 145px;
	text-align: left;
	padding-top: 20px;
	float: left;
}

#bottom_center {
	width: 410px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	float: left;
}

#bottom_right {
	width: 145px;
	text-align: right;
	padding-top: 20px;
	float: left;
}

.no_float {
	clear: both;
}

.text {
	font-size: 10px;
	text-align: justify;
	padding: 0 5px 0 5px;
}

/*Ññûëêè*/
a {
	outline: none;
	color: #363e6d;
}
a:hover {
	text-decoration: none;
}

a.menu { 
	height: 22px;
	text-decoration: none;
	color: red;
	padding-top: 9px;
	padding-left: 37px;
	display: block;
	float: left;
	background-repeat: no-repeat;
}
a.menu:hover {
	color: #363e6d;
}