* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	width: 100%;
	margin:0px;
	padding:0px;
	background-color: #CCCCCC;
	overflow: hidden;
    font-family:Tahoma,FreeSans,sans-serif;
    font-size:11px;
    color:#000000;
	
}

h3 {
    font-family:Tahoma,FreeSans,sans-serif;
    font-size:12px;
    color:#000000;
}

a:link {text-decoration: underline; color: black }
a:visited {text-decoration: underline; color: gray }
a:active {text-decoration: underline; color: black }
a:hover {text-decoration: underline; color: black;}


#page {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	height: 100%;
	width: 100%;
	overflow: auto;
}

#img.bgimage {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.job_index {
    font-family:Tahoma,FreeSans,sans-serif;
    font-size:18px;
    color:#000000;
}

.last_change {
    font-family:Tahoma,FreeSans,sans-serif;
    font-size:10px;
    color:#777777;
}

