html, body {
	height:100%;
	background-color: #ffffff;
	background-image: url("../images/background.jpg");
	background: #ffffff url('../images/background.jpg');
}

body {
	height:100%;
	min-height:100%;
	background-color:#ffffff;
	background-image:url("../images/background.jpg");
	background:#ffffff url('../images/background.jpg');
	color:#000000;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;	
	font-weight:normal;
	text-decoration:none;
	margin-top:0;
	margin-bottom:0;	
}

	#framework {
		float: absolute;
		width: 800px;
		height: 100%;
		color: #000000;
		margin-left: auto;
		margin-right: auto;
	}
	
		#framework #logo {
			float: left;
			width: 352px;
			height: 150px;
			margin-left: 448px;
		}

#framework #menu {
	float:left;
	width:800px;
	height:22px;
	line-height:22px;
	padding-top:8px;
	margin-bottom:30px;
	}
	
		#framework #left {
			float: left;
			width: 350px;
			height: 100%;
			padding-right: 50px;
		}
		
		#framework #right {
			float: left;
			width: 350px;
			height: 100%;
			padding-right: 50px;
		}
		
		#framework #copyright {
			float: absolute;
			width: 800px;
			height: 22px;
			right:0px;
			bottom:20px;			
		}
		
			
table {
	border:0;
	margin:0;
	padding:0;
	}

td {
	border:0;
	text-align:normal;
	color:#ffffff;
	}



h1 {
	color:#000000;
	font-size:16px;
	font-weight:bold;
	margin:0.67em 0 0 0;
	}

p {
	margin:0 0;
	}

a:link {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
a:visited {
	color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
a:hover {
    color: silver;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
a:active {
	color: silver;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
