@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	background-image: url(image/bac.png);
	background-repeat: repeat-x;
	background-position: center center;
}
#logo {
	font-family: "ColdSpaghetti BTN", "Times New Roman";
	font-size: 36px;
	padding-right: 100px;
	color: #FFF;
}
#menu {
	padding-bottom: 5px;
	font-size: 14px;
	text-align: left;
	padding-left: 240px;
}
#header {
	height: 294px;
	background-image: url(image/bg_mv.jpg);
	background-repeat: no-repeat;
	background-position: 190px;
}


#container {
	h	eight: 1000px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
#content {
	height: 500px;
	margin-top: 40px;
	background-image: url(image/poz.png);
}
#conleft {
	width: 620px;
	height: 460px;
	padding-top: 30px;
	padding-left: 40px;
	font-size: 12px;
}
#conright {
	float: right;
	width: 260px;
	padding-top: 30px;
	font-size: 12px;
	padding-right: 30px;
	height: 450px;
}
#foter {
	font-size: 10px;
	padding-top: 20px;
}


.oneColFixCtr #container #content #conleft h1 {
	font-size: 16px;
}
.oneColFixCtr #container #content #conright h2 {
	font-size: 14px;
}
