
* {
	font-family: Merlin;
}

a, a:visited {
	color: #DF0000;
}

a:hover, a:visited:hover {
	color: #AF0000;
}

html { 
	background-image: url('/lazsite/images/back_bg.png');
	background-repeat: repeat-x;
	background-color: #000;
	text-align: center;
}

body { 
	width: 1000px; 
	height: 500px; 
	margin: auto;
	margin-top: 100px;
}
	#body_bg {
		background-image: url('/lazsite/images/body_bg.png');
		background-repeat: repeat-y;
		background-position: top center;
	}
	#body_top {
		background-image: url('/lazsite/images/body_top.png');
		background-repeat: no-repeat;
		background-position: top left;
	}
	#body_bot {
		background-image: url('/lazsite/images/body_bot.png');
		background-repeat: no-repeat;
		background-position: bottom left;
	}
	.container {
		padding: 10px 0px 10px 0px;
		width: 700px; 
		margin: 0 auto;
		text-align: justify;
	}
	.icons {
		float: right;
	}

h1, h2, h3, h4   { 
	color: #FFF; 
}

p    { 
	color: #EFEFE4; 
	font-size: 20px; 
}

.sites { 
	margin: 50px 0px 50px 0px; 
}

.sites a, .sites a:visited { 
	color: #EFEFEF; 
	font-size: 24px; 
}

.sites a:hover, .sites a:hover:visited { 
	color: #BFBFBF; 
}