* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 11px;
	font-family: tahoma, verdana;
	background: #e4f1ff;
}

p {
	padding-bottom: 10px;
	line-height: 16px;
	text-align: justify;
}

h1 {
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 12px;
}

a {
	color: #596a7c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.italic {
	font-style: italic;
	text-align: center;
}

.center {
	text-align: center;
}

#container {
	width: 500px;
	padding: 100px 0 0 0;
	margin: auto;
}

	#logo {
		text-align: right;
		margin-bottom: 8px;
	}
	
	#content {
		padding: 10px;
		position: relative;
		background: url('bg.png') repeat-y -1000px 0;
	}
	
		#content .top, #content .bottom {
			position: absolute;
			left: 0;
			width: 100%;
			height: 5px;
		}
	
		#content .top {
			top: 0;
			background: url('bg.png') repeat-y 0 0;
		}
		
		#content .bottom {
			bottom: 0;
			background: url('bg.png') repeat-y -500px 0;
		}
