body {
	background-image: url(images/bg_home.jpg);
	background-position: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #909090;
}
a {
	color: #808080;
	text-decoration: none;
}
img {
	border: 0;
}

/* ------- id's ------- */
#header {
	width: 530px;
	height: 80px;
	background-image: url(images/bg_home_header.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#textcontainer {
	width: 100%;
	background-image: url(images/bg_raye1.gif);
	text-align: center;
}
#text {
	width: 450px;
}
#photo {
	width: 570px;
	height: 350px;
	background-image: url(images/bg_photo.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#photohome {
	width: 752px;
	height: 350px;
	background-image: url(images/bg_home_anim.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#footercontainer {
	width: 560px;
	height: 40px;
	background-image: url(images/bg_home_footer.gif);
	background-repeat: no-repeat;
}
#footer {
	padding-top: 5px;
	color: #D48207;
}
#footer a {
	color: #666666;
}
/* ----- classes ----- */
.flags {
	margin: 20px 6px 0 6px;
}
.traith {
	width: 100%;
	height: 1px;
	background-image: url(images/traith.gif);
}
.traith_relief {
	width: 560px;
	height: 1px;
	background-image: url(images/traith_home_relief.gif);
	background-repeat: repeat;
}