/* -------------------------
 * opening CSS
 * ------------------------- */

body {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 140%;
}
a, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	outline: none;
}
#flashContent {
	text-align: center;
}
#attention {
	width: 600px;
	height: 300px;
	margin: 100px auto 0 auto;
	position: relative;
}
#logo {
	background-image: url(../../images/opening_logo.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 150px;
	height: 163px;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
}
#attTextArea {
	padding-top: 15px;
	margin-left: 170px;
	text-align: left;
}
h2 {
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
}
ul {
	margin-left: 15px;
}
ul li {
	list-style: disc;
	text-align: left;
}
ul li a, ul li a:visited, ul li a:hover {
	color: #D61518;
	text-decoration: underline;
	outline: none;
}


