html {
	height: 100%;
	}

body {
	/*margin:0px 100px;*/
	width: 100%;/*720px;*/
	height: 100%;
	vertical-align: top;
	align: center;
	padding:0;
	color:#666666;
        background-color: #DDDDFF;
	/*background: url(../images/sf_body_bg.jpg) top center repeat-y;*/
        /*background: url(../images/sf_body_bg.jpg) no-repeat;*/
        /*background-size: 100%;*/
	font: 100% Arial, Helvetica, Verdana;
	/*overflow: hidden;*/
	}
#bg {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	}
	
#content {
	position: relative;
	z-index: 1;
	}

a#main_menu_link {
	color:#FFFFFF;
	font-size: 12px;
	text-decoration:none;
	display:block; 
	background-color: #3366CC;
	/*margin: 3px;*/
	margin: 3px;
	padding: 2px;
	}

a:hover#main_menu_link {
	background-color:#CC3300;
	/*text-decoration:underline;*/
	}

img {
	margin:0px;
	padding:0px;
	}

p {
	font-size: 14px;
	margin:25px;
	/*line-height:1.0em;*/
	}
	
h1 {
	margin:25px;
	color:#3366CC;
	text-align:center;
	font-size:20px; 
	font-style: bold;
	}

h2 {
	margin:25px;
	color:#3366CC;
	font-weight:bold;
	font-size: 16px;
	text-align:left;
	}

h3 {
	clear:both;
	margin:30px 0 10px 0;
	color:#3366CC;
	font-weight:normal;
	font-size: 2em;
	/*letter-spacing:-2px;*/
	}

