@charset "UTF-8";
/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
}

body {

background-image: url(../images/bkg.jpg);
background-position: top center;
background-repeat: repeat;
height: 100%;
width: 100%;
}

#content {
	text-align: left;
	width: 1000px;
	height: 750px;
	margin: 0;
	padding: 0;
}

#content_wide {
	text-align: left;
	width: 100%;
	height: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

body.subpage{
	background-image: url(../images/glassBkg.jpg);
	background-position: top left;
	background-repeat: repeat;
}