body {
	background-color:white;
	font-family:arial;
	font-size:11px;
	color:white;
}

#container {
	position:relative;
	width:700px;
	height:550px;
	margin:auto;
	background-position:top;
	background-repeat:no-repeat;
	background-image:url(/assets/images/bg.jpg);
}

#container2 {
	position:relative;
	width:700px;
	height:550px;
	margin:auto;
	background-position:top;
	background-repeat:no-repeat;
	background-image:url(/assets/images/bg2.jpg);
}

#container3 {
	position:relative;
	width:700px;
	height:550px;
	margin:auto;
	background-color:#606771;
}

#msg {
 position:relative;
 padding:8px;
 background-color:#99FFFF;
 font-family:georgia garamond;
 color:gray;
 font-size:24px;
 text-align:center;
}

#msg_wrapper {
 position:absolute;
 top:0px;
 left:0px;
 width:700px;
 height:75px;
}

#msg img {
	vertical-align: middle;
	margin-left: 10px;
}

#description {
 position:absolute;
 left:60px;
 top:60px
}

h2 {
 font-family:verdana;
 color:#99FFFF;
}

#lm {
 position:absolute;
 left:40px;
 top:100px;
 width:155px;
 font-size:10px;
 text-align:right;
 line-height:18px;
 font-weight:bold;
}

a.menu:link {text-decoration: none; color:white}
a.menu:visited {text-decoration: none; color:white;}
a.menu:active {text-decoration: none; color: #99FFFF;}
a.menu:hover {text-decoration: none; color: #99FFFF;}

a.lm:link {text-decoration: none; color:#99FFFF}
a.lm:visited {text-decoration: none; color:#99FFFF;}
a.lm:active {text-decoration: none; color: white;}
a.lm:hover {text-decoration: none; color: white;}