/* // v1.8.6r0826 */

/**
 * CSS Stylesheet
 * Base HTML Styles
 */
html {
	overflow:hidden;
}

body {
	margin:0px;
	background: #FFFFFF url('../images/bg.jpg') repeat-x scroll top center;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
    /* margin-bottom:15px; */
	overflow:hidden;
}

a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}

hr {

}

.msgengine_box {
	position:fixed;
	top:0px;
	left:0px;
	width:300px;
	font-family:Arial,Helvetica,sans-serif;
	text-align:center;
	font-size:11px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#EEEEEE;
	border:1px solid black;
}