/* CSS RESET */
* { 
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	outline: none;

}

body {
	font-family: "Courier New", courier, monospace;
	font-size: 12px;
}

#header {
	background: #FFF;
	width: 100%;
	height: 110px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px #999 dotted;
	z-index: 100;
}

#header a img {
	position: relative;
	top: 20px;
	left: 40px;
}

.nav_box {
	text-transform: uppercase;
	width: 175px;
	position: absolute;
	top: 80px;
	left: 190px;
	z-index: 100;
}

.work_nav_box {
	width: 175px;
	position: absolute;
	top: 80px;
	left: 380px;
	z-index: 100;
}

html, body, #bg table, #bg td  {
height: 100%;
overflow: hidden;
width: 100%;
}

#flash {
	width: 960px;
	height: 480px;
	position: absolute;
	top: 170px;
	left: 21px;
}

#intro_text {
	position: absolute;
	top: 140px;
	left: 42px;
}
}


