*{
	margin: 0;
	padding: 0;
}
html{
	height: 100%;
}
body{
	background: url(../img/body_bg.gif) top center no-repeat;
	background: url(../img/body_bg2.gif) top center repeat-y;
	height: 100%;
	font-size: 14px;
	overflow: auto;
}
a{
	text-decoration: none;
	color: #381C66;
	color: #56358f;
}
div{
	background: none;
	display: block;
	border: none;
}
img{
	border: none;
}
p{
	margin-bottom: 10px;
}
blockquote{
	margin: 10px;
}
q:before{
	margin-left: 5px;
	color: red;
	content:"["
}
q:after{
	margin-right: 15px;
	color: red;
	content:"]"
}

h1{
	font-family:"DIN-Black", verdana;
	font-weight: normal;
	color: #2D1752;
}
h2{
	font-family:"DIN-Bold", verdana;
	font-weight: normal;
	color: #2D1752;
}
h3{
	font-family:"DIN-Bold", verdana;
	font-weight: normal;
	color: #2D1752;
}
code{
	display: block;
	background-color: #2d1752;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.1, #2d1752),
		color-stop(0.9, #381C66)
	);
	background: -moz-linear-gradient(
		left center,
		#2d1752 10%,
		#381C66 90%
	);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 10px;
	margin: 10px;
	color: #b2e9b2;
}
pre{
	background-color: #66A56C;
}
li{
	list-style-position: outside;
}
fieldset{
	padding: 10px;
}