@charset "UTF-8";

/*
 * CSS
 * stylesheet for screen layout
 *
 * @file        base.css
 */

@media all {

img, div, input, { behavior: url("iepngfix.htc") } 


/*************************************/
/********** container elements **********/
/*************************************/

#container {
	padding-bottom:0;
}

/********** contents elements **********/

#contents {
	float:left;
	_height:800px;
	min-height:800px;
	background-image:url(../images/mimg_cont_h.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

/********** rightBox elements **********/

#rightBox {
	float:left;
	width:265px;
	_height:800px;
	min-height:777px;
	background-image:url(../images/mimg_right_h.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top:23px;
}

h3 {
	font-size:10px;
	line-height:16px;
	margin-top:200px;
	text-align:left;
}

}
