/* CSS Arix 2006 */


@import url(presentation.css);
@import url(form.css);
@import url(text.css);
@import url(class.css);
@import url(hypertext.css);
@import url(image.css);
@import url(menu.css);


/* ---------- basic elements ---------- */

	body {
		margin: 0;
		padding: 0;
		background: #fff url(../img/fixed/top.jpg) no-repeat center top;
		text-align:center;
		font: 70%/1.5em verdana, arial, sans-serif; 
		color: #666;
	} 


hr {
    border: 0;
    width: 100%;
    color: #ccc;
    background-color: #ccc;
    height: 1px; 
	margin: 0;
	padding: 0;
}
