body{
	background-color:#7b797a;
	color:#DC0C02;
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	margin:0px;
	font-size: 35px;
	text-align: center;
}
h2{
	margin:0px;
	font-size: 35px;
}

.txt p{
	font-size: 14px;
	line-height: 19px;
	text-align: justify;
}


.container{
	width:742px;
	margin:auto;
}

.th{
	background-image:url(../images/th.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 27px;
}
.tb{
	background-image:url(../images/tb.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding: 25px;
}
.tf{
	background-image:url(../images/tf.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 33px;
}

.dragon{
	float: right;
}

.movie{
	text-align: center;
}

.indul{
	list-style-type: none;
	padding: 0px;
}

.indul li{
	margin:20px;
	text-align: center;
}

.disclimer{
	font-size: 10px;
}

.log td{
		padding:3px;
}

.log input{
	width:250px;
	height:16px;
}

.log textarea{
	width: 250px;
	height: 100px;
}

.log button{
	width:125px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
	color:#DC0C02;
	font-weight: bold;
	cursor: pointer;
}

.pic{
	float:right;
	margin:20px;
}

.sa{
	text-decoration: none;
	color:#DC0C02;
}