body {
    min-width:760px;
    text-align:center; /* for IE */
}

#wrapper {
	width: 760px;
	border: 0px solid red;
	text-align: center;
	margin: 0 auto;
}

#newsFix {
	position: relative;
	width: 760px;
	border: 0px solid red;
	text-align: center;
	margin: 0 auto;
}

#newsFeed {
	position: absolute;
	left: 390px;
	top: -284px;
}

.title {
	font-family: verdana;
	font-size: 14px;
	color: #c80000;
	font-weight: bold;
}

.title2 {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

#line {
	border-top: 1px solid #666666;
	margin-bottom: 10px;
	margin-top: 10px;
}

#flashContent {
	position: relative;
	z-index: -1;
}

#overFlash {
	position: relative;
	z-index: 10;
	border: 1px solid red;
}

A {
	font-family: verdana;
	color: blue;
	text-decoration: none;
}

A:active,visited {
	font-family: verdana;
	color: blue;
	text-decoration: none;
}

A:hover {
	font-family: verdana;
	color: blue;
	text-decoration: underline;
}
