/* CSS Document */
body {
background-color: #000;
font-family: Trebuchet MS;
font-size: 10pt;
}
a:link, a:visited {
text-decoration: none;
color: #FFFFFF;
}
input, textarea, select {
background-color: #000000;
color: #fff;
width: 100%;
border: 1px solid #fff;
filter:	alpha(opacity=50);
filter:	progid:DXImageTransform.Microsoft.Alpha	(opacity=50);
-moz-opacity:		.5;
font-family: trebuchet MS;
font-size: 10pt;
}
table {
width: 70%;
margin-left: 20px;
}

#title {
margin-top: 10px;
margin-bottom: 10px;
font-size: 15pt;
font-weight: bold;
}
#title2, #title2 a:link, #title2 a:visited {
font-size: 13pt;
color: #850e0e;
}
#flash {
position: absolute;
text-align: center;
width: 100%;
height: 500px;
top: -60px;
left: 0px;
}
#content {
position: relative;
margin-top: -100px;
margin-left: auto;
margin-right: auto;
width: 561px;
background-repeat: no-repeat;
background-position: bottom;
height: 496px;
color: #fff;
background-image: url(img/bg.jpg);
}
#text {
position: absolute;
left: 60px;
top:  120px;
width: 421px;
height: 300px;
background-color: #000;
color: #fff;
filter:	alpha(opacity=50);
filter:	progid:DXImageTransform.Microsoft.Alpha	(opacity=50);
-moz-opacity:		.5;
overflow: auto;
}
#con_t {
width: 320px;
margin-left: 50px;
margin-top: 20px;
height: auto;
text-align: justify;
}
#loading {
position: absolute;
width: 100%;
height: 420px;
top: 480px;
text-align: center;
background-color: #000000;
filter:	alpha(opacity=80);
filter:	progid:DXImageTransform.Microsoft.Alpha	(opacity=80);
-moz-opacity:		.8;
color: #fff;
font-size: 15pt;
z-index: 100;
visibility: hidden;
}