/* CSS Document */

body {
	background-color: #990000;
	background-repeat:no-repeat;
	background-image: url(url());
	background-attachment: fixed;
	margin: 0; padding: 0;

}


#main table {
	height: 100%;
	width: 1100px;
	display:table;
	margin: auto;
	background-color: none;

}
.header {
	background-image:url();
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-right:10px;
}
.borderright {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}
.borderleft {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
}

