
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color: #000;
	font-family: Arial, Helvetica;
	color: #fff;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

#content{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px;
	margin: -300px 0 0 -377px;
	background: transparent url(../img/main.jpg) top left no-repeat;
}

.hiddenLink{
	display: none;
}

#photoLink{
	display: block;
	width: 175px;
	height: 30px;
	position: absolute;
	bottom: 40px;
	left: 90px;
}

#galleryLink{
	display: block;
	width: 215px;
	height: 30px;
	position: absolute;
	bottom: 40px;
	left: 265px;
}

#helpLink{
	display: block;
	width: 110px;
	height: 30px;
	position: absolute;
	bottom: 40px;
	left: 480px;
}

#mailLink{
	display: block;
	width: 55px;
	height: 30px;
	position: absolute;
	bottom: 40px;
	right: 60px;
}
#bookLink {
	bottom:80px;
	display:block;
	height:125px;
	position:absolute;
	right:5px;
	width:130px;
}
#bookLink2 {
	bottom:95px;
	display:block;
	height:30px;
	position:absolute;
	right:135px;
	width:210px;
}
#logoLink{
	display: block;
	position: absolute;
	top: 410px;
	left: 5px;
	width: 115px;
	height: 115px;
}

#minHeight {
	height: 600px;
	width: 1px;
}
