
body
{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a,img,input
{
	outline:none;
}

ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.main
{
	width:1020px;
	margin:auto;
	padding-bottom:37px;
        min-height: 810px;
}

.bg1
{
	background:url(../i/bg1.jpg) bottom center repeat;
	margin:auto;
}

.bg2
{
	background:url(../i/bg2.jpg) bottom no-repeat;
	margin:auto;
}

.bg3
{
	background:url(../i/bg3.jpg) bottom repeat-x;
}

.randomBg1{background:url(../i/bg/bg1.jpg) no-repeat center bottom;}
.randomBg2{background:url(../i/bg/bg2.jpg) no-repeat center bottom;}
.randomBg3{background:url(../i/bg/bg3.jpg) no-repeat center bottom;}
.randomBg4{background:url(../i/bg/bg4.jpg) no-repeat center bottom;}
.randomBg5{background:url(../i/bg/bg5.jpg) no-repeat center bottom;}
.randomBg6{background:url(../i/bg/bg6.jpg) no-repeat center bottom;}
.randomBg7{background:url(../i/bg/bg7.jpg) no-repeat center bottom;}
.randomBg8{background:url(../i/bg/bg8.jpg) no-repeat center bottom;}
.randomBg9{background:url(../i/bg/bg9.jpg) no-repeat center bottom;}

input
{
	color:#876d49;
}

textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#876d49;
	outline:none;
	/*resize: none;*/
}

.hide
{
	display:none;
}