body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 13px;
	color: #777;
	background: url(http://beastdrive.hu/gfx/images/bg.jpg) top center;
}

a {
	color: #cf512d;
}

a:hover {
	text-decoration: none;
}

img, ul, li, ol, h1, h2, h3, p {
	padding: 0;
	margin: 0;
	font-weight: normal;
	border: none;
}

div.clear {
	clear: both;
}

	div.wrapper {
		text-align: center;
	}
	
		div.wrapper div.text {
			font-size: 13px;
			color: #000;
			text-align: left;
			width: 672px;
			margin: 0 auto;
			padding: 60px 0 30px 0;
		}
		div.wrapper div.text.second {
			padding: 15px 0 70px 0;
		}
		
			div.wrapper div.text h1 {
				font-size: 20px;
				color: #000;
				line-height: 34px;
			}
			
			div.wrapper div.text small {
				font-family: Arial;
				text-align: left;
				line-height: 10px;
				padding: 20px 0;
			}
			
				div.wrapper div.text small a.logo {
					float: right;
					margin: 50px 0 0 0;
				}
		
		div.wrapper p {
			color: #000;
			font-size: 13px;
			display: block;
			text-align: left;
			padding: 10px;
			border-right: 1px solid #999;
			border-left: 1px solid #999;
			width: 652px;
			margin: 40px auto 70px auto;
		}
		
			div.wrapper table {
				font-size: 11px;
				border: 1px solid #666;
			}
		
				div.wrapper table tr th {
					padding-bottom: 8px;
					font-size: 12px;
					color: #CF512D;
				}
			
				div.wrapper table tr td,
				div.wrapper table tr th {
					border-bottom: 1px solid #666;
					padding: 3px 4px;
				}
				
				div.wrapper table tr th.hl {
					font-size: 15px;
				}
				
				div.wrapper table tr.last td {
					border-bottom: none;
				}
				
					div.wrapper table tr th.hl {
						background: #CF512D;
						color: #fff;
						border-bottom: none;
					}
				
				div.wrapper table tr.strong td {
					font-weight: bold;
				}
				
				div.wrapper table tr.hl td {
					background: #CF512D;
					color: #fff;
					border-bottom: none;
				}
				
					div.wrapper table tr.hl td span {
						font-size: 10px;
					}
				
				div.wrapper table tr.orderlinks td {
					text-align: center;
					padding: 7px 0 7px 0;
				}

				div.wrapper table tr.orderlinks td a {
					text-decoration: underline;
					color: #CF512D;
				}
				div.wrapper table tr.orderlinks td a:hover {
					text-decoration: none;
				}