@CHARSET "UTF-8";
html {
height:100%;
}	

* html #page {
    height: 100%;
}

body {
	background-color: #222222;
	color:#ffffff;
	margin:0;
	padding:0;
	height:100%;
	font-family: "Trebuchet MS",Tahoma, Verdana, Helvetica, sans-serif;
}

#menudiv {
	background-color:#000000;
	width: 100%;
	}
#menutab {
	margin-top: 30px;
	margin-bottom: 10px;
	left: 0; 
	}
	
	
#fotodiv {
		
	}
#portfoliotab {
	background-color: #222222;
	overflow-x: auto;
	overflow-y: none;
	width: 100%;
	
	}
