
/* CSS for DUFRAING.COM by Ties Dufraing */

/* BASICS */

#wrapper {
	width:300px;
	height:400px;
	margin-left:-150px;
	left:50%;
	margin-top:-200px;
	top:50%;
	position:absolute;
	border:none;
}	

/* TXT */

body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
}

#dufraing-center {
	color:#FFFFFF;
	padding-left:20px;
	padding-right:20px;
}	

#peter-center {
	color:#4A3451;
	padding-left:20px;
	padding-right:20px;
}	

#nill-center, #ties-center, #bram-center, #chien-center {
	color:#FFFFFF;
	padding-left:20px;
	padding-right:20px;
}	

/* LINKS */

a:link, a:visited, a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}	

#peter-center a:link, #peter-center a:visited, #peter-center a:hover {
	text-decoration:underline;
	color:#4A3451;
}	

/* HEADER + MENU */

#header {
	width:300px;
	height:16px;
	margin-bottom:10px;
}	

#menu {
	width:300px;
	height:15px;
	margin-bottom:10px;
}	

/* BALLOONS */

#dufraing-top {
	height:20px;
	background-image:url(img/dufraing_top.jpg);
	background-repeat:no-repeat;
}	

#dufraing-center {
	background-color:#4A3451;
}

#dufraing-bottom {
	height:20px;
	background-image:url(img/dufraing_bottom.jpg);
	background-repeat:no-repeat;
}	

#peter-top {
	height:30px;
	background-image:url(img/peter_top.jpg);
	background-repeat:no-repeat;
}

#peter-center {
	background-color:#FFD300;
}

#peter-bottom {
	height:20px;
	background-image:url(img/peter_bottom.jpg);
	background-repeat:no-repeat;
}			

#nill-top {
	height:30px;
	background-image:url(img/nill_top.jpg);
	background-repeat:no-repeat;
}

#nill-center {
	background-color:#F28E00;
}

#nill-bottom {
	height:20px;
	background-image:url(img/nill_bottom.jpg);
	background-repeat:no-repeat;
}			

#ties-top {
	height:30px;
	background-image:url(img/ties_top.jpg);
	background-repeat:no-repeat;
}

#ties-center {
	background-color:#CE001E;
}

#ties-bottom {
	height:20px;
	background-image:url(img/ties_bottom.jpg);
	background-repeat:no-repeat;
}			

#bram-top {
	height:30px;
	background-image:url(img/bram_top.jpg);
	background-repeat:no-repeat;
}

#bram-center {
	background-color:#94BA00;
}

#bram-bottom {
	height:20px;
	background-image:url(img/bram_bottom.jpg);
	background-repeat:no-repeat;
}
			
#chien-top {
	height:30px;
	background-image:url(img/chien_top.jpg);
	background-repeat:no-repeat;
}

#chien-center {
	background-color:#009FCF;
}

#chien-bottom {
	height:20px;
	background-image:url(img/chien_bottom.jpg);
	background-repeat:no-repeat;
}	


/* END */