html, body, form, fieldset {
        margin: 0;
        padding: 0;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

th{
	color:#147c85;
	font-size:large;
}
td{
	color:#1c4299;
}

#all{
	background: url(KFC_background.jpg) no-repeat fixed center center;
}


#logo{
	position:relative;
	width:122px;
	height:148px;
	top:34px;
	left:-194px;
}

#sidebar{
	width:157px;
	top:-480px;
	left:-196px;
	position:relative;
}

#title{
	top:-100px;
	left:205px;
	text-align:left;
	color:#1c4299;
	font-size:24pt;
	font-weight:bold;
	position:relative;
	width:45ex;
}

#IEroot #title{
	top:-95px;
	left:250px;
}

#subtitle{
	top:-70px;
	left:138px;
	text-align:left;
	position:relative;
	width:45ex;
	color:#147c85;
	font-size:18pt;
	font-weight:bold;
}

#IEroot #subtitle{
	top:-65px;
	left:160px;
}

#maintext{
	top:-60px;
	left:67px;
	text-align:left;
	color:#1c4299;
	position:relative;
	width:350px;
	height:26.5em;
	font-family:Arial;
	font-weight:bold;
}

.rollover a {
	display:block;
	width: 157px;
	height:23px;
	font: bold 13px sans-serif;
	color:#147c85;
	padding-top: 4px;
	padding-bottom: 3px;
	background: url("button.gif") no-repeat 0 0;
	text-decoration: none;
	text-align:center;
}

.rollover a:hover { 
	background-position: -157px 0;
}