/* CSS Document */

body {
	background: #2F2F2F url(http://store.disobedience.be/templates/disobedience_distribution/images/bg_pattern.gif);
	color: #000000;
	padding-top: 5px;
	padding-left:0;
	font-family: Georgia, sans-serif;
	font-size: 12px;
	line-height: 19px;
}
.content{
	background: #FFF;
	width: 500px;
	min-height: 250px;
	margin:10px auto;
	padding: 10px;
	text-align: center;
}
table{
	margin:10px auto;
	text-align: center;
}
h1{
	font-size:22px;
	color:#333;
	text-align: center;
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 3px #333333 solid;
}
h1 a{
text-decoration:none;
}
a{
	color: #666666;
	text-decoration: underline;
}
a:hover{
	color: #666666;
	text-decoration: none;
}

