body {
	background-attachment : fixed;
	background-image : url(bg1.jpg);
	background-repeat : repeat-x;
	background-position : center;
}

.bg {
	background-image : url(bg.gif);
	background-repeat : repeat-y;
	width : 780px;
	height : 100%;
	background-color : #ffffff;
}

td {
	font-family: Arial;
	font-style: italic;
	font-size : 10pt;
	font-weight: bolder;
	line-height: 125%;
	color: #7e7b68;
	letter-spacing: 0,6px;
}

.main {
	background-image : url(bg.jpg);
	background-repeat : no-repeat;
	height : 100%;
	width : 780px;
}

.bary {
	background-repeat : repeat-y;
}

.marquee, marquee {
	color : #ffffff;
	font-family: Arial;
	font-weight : bold;
	font-size : 40px;
	background-repeat : no-repeat;
	cursor : pointer;
}

.header {
	font-size : 11pt;
}

.inp {
	width : 450px;
	border : 1px solid Black;
	font-family: Arial;
	color: #7e7b68;
}

.marg_l {
	margin-left : 5px;
}
