/* CSS Document */

html {
	background-image: url(../images/shadow.png);
	background-color: #E8EEF5;
	background-repeat: no-repeat;
	background-position: center top;
}

.content-area {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;

}

.website-header {
	background-image: url(../images/orange-bk.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	display: table;
	height: 5px;
	width: 100%;
}