dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,s_fielddset,input,p,blockquote,th,td{margin:0;padding:0;}s_fielddset,img{border:0;}img,th{text-align:left;}q:before,q:after{content:'';}a *{cursor:pointer;}

body {
	margin: 0 auto;
	background-color: #263120;
	overflow-y: scroll;
}
.clearfloat {clear:both; height:0; font-size: 1px; line-height: 0px;}
.img_container {
	margin: 0 auto;
	text-align: center;
	padding:0;
	background-color:#1D2518;
	width: 990px;
}
.logo_img {
	height: 330px;
	width: 990px;
	text-align: center;
}
.bottom_img {
	height: 92px;
	width: 990px;
	text-align: center;
	border-bottom: 3px solid #C5FC5C;
	margin-bottom: 22px;
}

/*----------------------------responsive styles----------------------------------*/

@media screen and (max-width: 1920px) {body { min-width:1600px;}}
@media screen and (max-width: 1600px) {body { min-width:1236px;}}
@media screen and (max-width: 1260px) {body { min-width:996px;}}

@media screen and (max-width: 1000px) {
body { min-width:768px;}
.logo_img, .bottom_img, .main_image, .preview_container {height: auto;max-width: 760px;}
}

@media screen and (max-width: 788px) {
body { min-width:620px;}
.logo_img, .bottom_img, .main_image, .preview_container {height: auto;max-width: 610px;}
}

@media screen and (max-width: 620px) {
body { min-width:500px;}
.logo_img, .bottom_img, .main_image, .preview_container {height: auto;max-width: 490px;}
}

@media screen and (max-width: 520px) {
body { min-width:300px;}
.logo_img, .bottom_img, .main_image, .preview_container {height: auto;max-width: 290px;}
}