@CHARSET "UTF-8";

body,table {
	background-color: #830200;
	color: #e5d26d;
	font-family: "Lucida Grande", Calibri, Arial, sans-serif;
	cursor:pointer;
	text-align: center;
}

div#content {
	position:absolute;
	left:50px;
	top:0px;
}

img#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:500px;
	border:none;
	z-index:1;
}

a#new {
	position:absolute;
	left:590px;
	top:80px;
	width:200px;
	height:110px;
	border:2px solid #b1c747;
	background-color:#fff;
	text-align:center;
	vertical-align:middle;
	z-index:1;
}
img#cert {
	border:none;
}

table#contact {
	position:absolute;
	left:620px;
	top:400px;
	width:200px;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	line-height: 15px;
	text-align:left;
	z-index:2;
}

div#thaititle {
	position:absolute;
	left:72px;
	top:450px;
	width:500px;
	font-style: italic;
	font-size: 40px;
	text-align:center;
}
div#announcement {
	background:#fff;
	color:#000;
	position:absolute;
	left:40px;
	top:40px;
	width:200px;
	z-index:10;
	border:2px solid #e5d26d;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 20px;
	line-height: 30px;
	text-align:center;
	padding:5px;
}

div#subtitleborder {
	position:absolute;
	left:72px;
	top:500px;
	border:2px solid #e5d26d;
}
div#subtitle {
	width:500px;
	color: #830200;
	background-color: #e5d26d;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 20px;
	line-height: 40px;
	text-align:center;
	border:2px solid #830200;
}
a {
	color: #830200;
	text-decoration:none;
}
a:hover {
	color: #830200;
	text-decoration:underline;
}
