@charset "UTF-8";
/* CSS Document */

#div1 {
	background-image: url(sources/images/div3.jpg);
	background-repeat: no-repeat;
	height: 496px;
	width: 1024px;
}
#div2 {
	background-image: url(sources/images/div2.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 272px;
	width: 746px;
}
#div3 {
	float: left;
	height: 272px;
	width: 279px;
	background-color: #000400;
}
.txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #CCC;
	text-align: left;
}
