/* CSS Stylesheet dgt.nu */

/* Typografi */

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);

html { -webkit-font-smoothing: antialiased; }

body {
	font-family: ocra, courier, monospace;
	font-size: 14px;
	line-height: 17px;
	text-align: left;
}

a { 
	font-family: courier, monospace;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #889999;
	text-decoration: none;
	cursor:auto;
}

a:hover {
	color: yellow;
}

img {
	border: 0;
}


body{
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	color: white;
	background: url(sea.jpg)no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	/* mozilla firefox fix */
	margin:0;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

/*
#huvud {
	background:url(rakel-web.png) no-repeat;
	margin:25% auto auto auto;
	width:200px;
	height:233px;
	padding:0;
}
*/

#mitten{
	float: center;
	width: 400px;
	height: 250px;
	margin: 20% auto auto auto;
	text-indent: -5000px;

}

#home {
	display:block;
	height:100%;
	width: 100%;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}

#fot{
	position: fixed;
	bottom: 0;
	right: 0;
	width: 500px;
	padding:5px;
	background-color: none;
	text-align: right;
	border:none;

}










