html
{
	width: 100%;
	height: 100%;
}

body
{
	 background-image: url('images/background.jpg');
	 background-repeat: no-repeat;
	 background-size: 100% 100%;
	 
	 background-attachment:fixed;
	 height: 100%;
	 width: 100%;
}

h1
{
	text-align: center;
}

div.section
{
	margin: 5px;
	padding: 10px;
	clear: both;
	border-width: 1px;
	border-style: solid;
	position: relative;
	width: 97%;
}

div.subsection
{
	clear: both;
	width: 100%;
	border-style: none;
}

div.container
{
	width: 80%;
	border-style: solid;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background-color: #ffffff;
	min-width: 1600px;
}


table.center
{
	margin: auto;
}

p, h1, h2
{
	font-family: "Times New Roman",Georgia,Serif;
	
}

p
{
	font-size: 1.5em;
}

h1
{
	font-size: 2.5em;
}

h2
{
	font-size: 2em;
}

img
{
	display: block;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

b.section_title
{
	font-size: 1.5em;
}
