@charset "utf-8";
/* CSS Document */

* {
padding:0;
margin:0;
}
html {
	/*background:#EE2D47;*/
	
}

body {

	background-image:url(../images/body_bg.jpg);
	background-repeat:no-repeat;
/*	background-attachment: scroll;*/
	background-attachment: fixed;
	background-position:top;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	color: #727887;
	padding:0;
}
a{ color: #727887;}
/*img{
	border:0px;
	color: #E2E5EA;
}*/


@font-face {
    font-family: 'smoolthanmedium';
    src: url('smoolthan_medium-webfont.eot');
    src: url('smoolthan_medium-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('smoolthan_medium-webfont.woff2') format('woff2'),
         url('smoolthan_medium-webfont.woff') format('woff'),
         url('smoolthan_medium-webfont.ttf') format('truetype'),
         url('smoolthan_medium-webfont.svg#smoolthanmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'smoolthanregular';
    src: url('smoolthan_regular-webfont.eot');
    src: url('smoolthan_regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('smoolthan_regular-webfont.woff2') format('woff2'),
         url('smoolthan_regular-webfont.woff') format('woff'),
         url('smoolthan_regular-webfont.ttf') format('truetype'),
         url('smoolthan_regular-webfont.svg#smoolthanregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.clear{ clear:both;}
#wrapper {
width: 100%;
height:100%;
margin: 0 auto;
float:none;
background:url(../images/side_bg.jpg);
}

#inner-wrapper{
width: 750px;
margin: 0 auto;
float:none;
}

#main_container{
width: 750px;
margin: 0 auto;
float:none;
}

.header{
	width:750px;
	height:250px;;
	float:left;	
}
.top-image{
	width:750px;
	height:250px;
	float:left;	
	}
.top-image img{
	width:750px !important;
	height:250px !important;	
	}