/* @override http://localhost:8888/uc/styles.css */

body {
	background-image: url(bkg.jpg);
	background-repeat: repeat;
}
#xyz_main {
    width: 553px;
	height:357px;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -276px;
	margin-top: -178px;
}
#info>h4,
a:link {
	color: #facd4e;
	font: 14px "Courier New", Courier, mono;
	letter-spacing: 1pt;
}
a:visited {
	color: #facd4e;
	letter-spacing: 1px;
}
h4 {
	margin-bottom: 0;
}

#header_lines{
	background-image: url('lines.jpg');
	background-repeat: repeat-x;
	width:auto;
	height:75px;
	margin: -7px;
}

#footer_lines{
	background-image: url('lines.jpg');
	background-repeat: repeat-x;
	width: auto;
	height:75px;
	position: fixed;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}

#info{
	position: fixed;
	top: auto;
	right: 3px;
	bottom: 78px;
	left: auto;
}