@charset "utf-8";
/* CSS Document */
/*---------- GENERAL BEGIN ----------*/
* {margin: 0px; padding: 0px;}

body {font-family: "Times New Roman";
	color: #FFFFFF;
	background-color: #E1E1E1;
	/*background-image: url(../images/img-bgnoise.jpg);*/
	/*background-repeat: repeat-x;*/
}
form {
	margin:0;
	padding:0
}
input{
	border-style: none;
	background-color: #FFFFFF;
	color: 000000;
	font-family: "Times New Roman";
	font-weight: bold;
	padding-left: 2px;
	font-size: 31px;
	width: 10em;
	margin-bottom: -15px;
}
.myButton{
	background:url(../img/img-submittbtn.jpg) no-repeat;
	cursor: pointer;
	width: 47px;
	height: 43px;
	border: none;
	margin-right: 10px;
}
.myButton:hover{
	background:url(../img/img-submittbtnroll.jpg) no-repeat;
	cursor: pointer;
	width: 47px;
	height: 43px;
	border: none;
	margin-right: 10px;
}
#containerMain {
	background-image: url(../img/img-bgpaper.jpg) no-repeat;
	width: 50% 50%;
	height: 765px;
	margin: auto;
}
#liveArea {
	background-image: url(../img/img-bglivearea.jpg);
	width: 930px;
	height: 850px;
	margin: auto;
}
#liveAreaTop {
	background-image: url(../img/img-bgliveareatop.jpg);
	width: 930px;
	height: 410px;
	margin: auto;
	padding: 0px;
}
#liveAreaMid {
	background-image: url(../img/img-bgliveareamid.jpg);
	width: 930px;
	height: 43px;
	margin: auto;
	border:thin;
	border-color:#FF0000;
}
#liveAreaBottom {
	background-image: url(../img/img-bgliveareabottom.jpg);
	width: 930px;
	height: 397px;
	margin: auto;
}
#footer {
	font: Times New Roman;
	font-size: 9px;
	color: #000000;
	padding-top: 150px;
	text-align: center;
}
a {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #E54E22;
}  