body{
    min-height: 100%;
    background: #643e74 url('pattern_bg.png') repeat 0 0;
    background: url('main_bg.png') no-repeat center top, #643e74 url('pattern_bg.png') repeat 0 0;
    font-size: 14px;
    line-height: 2;
    color: #fafafa;
    font-family: Arial, sans-serif;
    /*border-top: 8px solid #353639;*/
}
table{
	margin:auto;
	border-width:0px; 
	border-style:solid; 
	border-color:black;
	width:60%;
}

td{
	border-width:1px; 
}
h1{
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	line-height: 1;
}
h2{
	font: normal 68px/48x "Yanone Kaffeesatz", Arial, sans-serif;
    font-weight: normal;
	font-weight: normal;
	text-align: center;
	color: #fff;
	margin: 0 0 20px;
	padding: 0;
	line-height: 1;
	
}
h3{
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}