html {
box-shadow: inset 7px 7px 0 #000000, inset -7px -7px 0 #000000;
height: 100%;
line-height: 1;
min-height:400px;
min-width:400px;
}
body {
margin:0;
background:url("../bg.png") #fff;
font-size:16px;
line-height:34px;
font-family: 'Capriola', sans-serif;
height:100%;
overflow:hidden;
}
body, a {
color:#444;
text-shadow:0 -1px 0 #fff;
}
a {
text-decoration:none;
border-bottom:1px dotted #aaa;
}
a:hover {
color:#000000;
}
img {
display:block;
margin:20px auto 10px;
}

#underconstruction {
text-align:center;
width:400px;
height:400px;
margin:0 auto;
}

.separator {
height:1px;
line-height:1px;
border-top:1px solid #ddd;
width:70px;
margin:18px auto;
}

p {
margin:0;
}

p.status {
color:#000000;
display:block;
letter-spacing:1px;
}

p::selection {
	background: #000000;
	color: #fff;
}
p::-moz-selection {
	background: #000000;
	color: #fff;
}

#spacer {
height: 50%;
margin-bottom: -200px;
min-height: 200px;
}