/* CSS Document */
body {
	background-color: #313141;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
}
#bg1 {
    margin-top: 20px;
}

#bg2 {
	background-image: url(images/bg2.png);
	background-repeat: no-repeat;
	height: 99px;
	width: 935px;
}
#bg3 {
	background-image: url(images/bg3.png);
	height: 300px;
	width: 935px;
	background-repeat: repeat-y;
}
#nr{
    padding-top: 20px;
    margin:0px 30px 30px 20px;
}
#bg4 {
	background-repeat: no-repeat;
	height: 255px;
	width: 935px;
}
