html{
	
}

body{	
	margin:0 auto;
	text-align:center;
	/*url(/images/bg1.png) repeat*/
	background:black url(/images/trybg2.jpg) repeat-x;
	font-family:Arial, sans-serif;
}

#top{
	margin:20 auto 0 auto;
	border:2px solid #820041;
	width:600px;
	background-color:black;
	 /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}

p#title{
	color:#820041;
	font-size: 30px;
	text-transform:uppercase;
}

#coming{
	color:#820041;
	font-size:20px;
	text-transform:uppercase;
	text-align:left;
	width:100%;
	border-bottom:1px solid #820041;
	padding-bottom:5px;
}

#coming a{
	margin-left:10px;
}

a, a:link, a:visited{
	color:#eee;
	text-decoration:none;
}

a:hover{
	color:#820041;
}

#logo{
	margin-top:20px;
}


#wrapper{
	margin:0px auto;
	text-align:left;
	width:100%;
}


#content{
	color:white;
	font-family:arial, sans-serif;
	margin:0 auto;
	width:100%;
	text-align:center;
	height:auto;
}

#paint{
	background:url(/images/bottom2.png) repeat-x;
	width:100%;
	height:20px;
}

#wrapbottom{
	text-align:center;
	width:100%;
}

#wrapbottomup{
	bottom:0;
	text-align:center;
	width:100%;
}

#footer{
	width:600px;
	font-size:11px;
	color:white;
	margin:5px auto;
}

.show {
	margin:40px;
	color:white;
}
.show tr{
	margin-top:20px;
}
.show td{
	text-align:left;
	vertical-align:top;
}
.show .bold{
	font-weight:bold;
}

