/* @group Style Clearing */

* {
	margin: 0;
	padding: 0;
	z-index: 1;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

:link,:visited {
	text-decoration: none
}

a img,:link img,:visited img {
	border: none
}

ul,ol {
	list-style: none
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0
}

address {
	font-style: normal
}

/* @end */

/* @group Custom Styles */

body {
	background: url(../img/interface/background.gif) center 0;
	width: 100%;
	height: 100%;
}

a, a:link, a:active, a:visited {
}

a:hover {
}

#wrapper {
	background: url(../img/interface/content_background.jpg) repeat-y center 0;
	display: block;
	min-height: 700px;
	height: 100%;
	padding-bottom: 15%;
}

#container {
	height: 100%;
	width: 100%;
	display: block;
}


/* @end */