@charset "windows-1250";
/* CSS Document */
html body {
	margin:0;
	background:url(images/bg_v.jpg) repeat-x #d1d1d1;
}
#container {
	width:1000px;
	height:auto;
	position:relative;
	margin:0 auto;
}
#header {
	width:1000px;
	height:324px;
	background:url(images/header.jpg) no-repeat;
}
#menu {
	width:1000px;
	height:38px;
}
#main {
	width:855px;
	height:397px;
	margin:0 auto;
	background:url(images/bg.jpg) no-repeat;
}
#text {
	width:760px;
	height:300px;
	margin:0 auto;
	position:relative;
	top:60px;
	font-family:Verdana;
	font-size:14px;
	color:#666;
}
.orange {
	color:#ea7c28;
}
