html {
	font-family: arial;
	font-size: 11pt;
	background-color: rgb(248,248,248);
	color: black;
     	}

qna {
	color: rgb(172,12,49);
	font-weight: bold;
	}

fett {
	font-weight: bold;
	}

#main {
	margin: 0 auto;
	position: relative;
	background-color: white;
	top: 10px;
	width: 720px;
	height: 420px;
	z-index: 1;
	}

#logo {
	position: absolute;
	background-image: url(qna.png);
	background-repeat: no-repeat;
	left: 45px;
	top: 20px;
	width: 590px;
	height: 150px;
	z-index: 2;
	}

 
#maincontent {
	position: absolute;
	left: 86px;
	top: 140px;
	width: 574px;
	height: 250px;
	padding: 3px;
	z-index: 2;
	}

#maincontent2 {
	color: white;
	font-weight: bold;
	position: absolute;
	left: 86px;
	top: 373px;
	width: 574px;
	height: 21px;
	background-color: rgb(172,12,49);
	padding: 3px;
	z-index: 2;
	}