@font-face {
	font-family: Dijkstra;
	src: url('Dijkstra.ttf');
}

html {
	height:100%;
}

body {
	height:100%;
	background-color: #343434;
	background-image:-moz-linear-gradient(center top , #343434, #464646);
	background-image:-webkit-linear-gradient(center top , #343434, #464646);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;	
	/* font-family: Georgia, 'Times New Roman', serif; */
}

h1 {
	color:white;
	text-shadow: 2px 2px 3px #111;
}

img {
	border:1px solid white;
	
	-moz-box-shadow:0px 2px 15px #111;
	-webkit-box-shadow: 0px 2px 15px #111;
	box-shadow: 0px 2px 15px #111;
}

a {
	color:white;
	border-bottom: 1px dotted white;
	text-decoration:none;
	text-shadow: 2px 2px 3px #111;
	text-align:right;
}

p {
	color:white;
	text-shadow: 2px 2px 3px #111;
	text-align:right;
}

#content {
	width:610;
	height:20px;
	/* border:1px solid #000; */
	left:50%;
	top:50%;
	margin-left:200px;
	margin-top:125px;
}

