@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #26323E;
	background-image: url(../assets/bg.jpg);
	background-repeat: repeat;
	background-position: top;
}

body a:focus
{
-moz-outline-style: none;
}

img {
	border-style: none;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#mstr {
	width: 950px;
	height: auto;
	margin: 0px auto 0px auto;
}
#cnt_btm {
	background-color: #96A26D;
	background-image: url(../assets/cnt_btmbg.jpg);
	background-repeat: repeat-y;
	width: 950px;
	padding-bottom: 10px;
}
#cnt_btmright {
	width: 265px;
	padding: 0px 18px 0px 0px;
	margin-left: 640px;
	text-align: center;
}
#cnt_text {
	margin-left: 49px;
	width: 550px;
}
#cnt_text_no-tab {
	width: 852px;
	margin-left: 49px;
}
