body{
	background-image:url('http://nicolinegraversen.dk/portfolio/wp-content/uploads/back.gif');
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color: #FFFFFF;
	color: #333333;
	font-family: Times, Helvetica, Arial;
	margin: 0;		
	padding: 0;		
	height: 100%;
	width: 100%;
	font-size: 12px;
}

#gallery{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#insideGallery{
	position: absolute;
	margin-top: -270px;
	top: 50%;
	font-style: italic;
}

#title{
	font-family: Times, Arial;
	position: absolute;
	font-size: 22pt;
	left: 50%;
	margin-left: -120px;
	top: 40px;
	z-index: 10;
}

#menu{
	position: absolute;
	top:75px;
	z-index: 11;
	left: 50%;
	margin-left: -90px;
	font-style: italic;
}

td{
	padding-right: 15px;
	padding-left: 15px;
}

a:hover{
	color: #333333;
	text-decoration: underline;
}
a:link{
	color: #333333;
	text-decoration: none;
}
a:active{
	color: #333333;
	text-decoration: none;
}
a:visited{
	color: #333333;
	text-decoration: none;
}

a{
	color: #333333;
	text-decoration: none;
}
