@charset "UTF-8";

@import url("navigation/main_nav.css");

html, body {
	width: 100%;
	height : 100%;
	margin : 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 100%;
	background: #3c3834;
	color: #000;
}
body {
	/*background: #cdcdcd url('../gfx/body_bg.png') repeat-x;/**/ 
	background: #3C3834;
}
table {
	border-collapse: collapse;
	empty-cells: show;
}
div * {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
a * {
	margin: 0;
	padding: 0;
}
a:link, a:active, a:visited, a:focus {
    color:#000;
    text-decoration:none;
}
a:hover {
    color:#000;
    text-decoration:underline;
}

img {
	border: 0;
}

h1 {
}

table.center {
	height: 100%;
	width: 100%;
}

td.center {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#header {
	background: #f5f5f5 url('../gfx/norbert_ghafouri_home.jpg') no-repeat top left;
	width: 800px;
	height: 600px;
	margin: auto;
	position: relative;
	text-align: left;
	overflow: hidden;
	border: 1px solid #fff;
}

#nav {
	position: absolute;
	bottom: 35px;
	background: url("../gfx/menu/bg_off.png") repeat;
	width: 100%;
	height: 24px;
}




