* {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	color: #FFF;
}

a {
	text-decoration: none;
}

	a img {
		border: none;
	}
	
body {
	margin: 0px auto;
	text-align: center;
	/* background: #191C1F; */
	background: url('images/backfront.png') top center repeat-y #191C1F;
	*background: url('images/backfrontie.png') top center repeat-y #191C1F;
}

html, body {
	height: 100%; /* hŽŽl belangrijk */
}
	
	div#container {
		margin: 0px auto;
		width: 950px;
		text-align: left;
		position: relative;
		min-height: 100%;
		height:auto !important; /* voor moderne browsers */
		height:100%; /* voor IE */
	}
		
		div#head {
			height: 205px;
			background: url('images/headfront.png') top no-repeat;
		}
			
			div#head div.stats, div#userinfo, div#useractions {
				position: absolute;
			}
			
			div#head div.stats#left {
				margin-left: 25px;
				margin-top: 45px;
			}
			
			div#head div.stats#right {
				margin-left: 800px;
				margin-top: 15px;
			}
			
			div#head div.stats#rightbottom {
				margin-left: 800px;
				margin-top: 80px;
			}
				
				div.stats p {
					margin: 0px;
					padding: 0px;
					font-size: 18px;
					line-height: 18px;
				}
				
				div.stats ul {
					list-style-type: none;
					margin: 0px;
					padding: 0px;
					width: 150px;
				}
					
					div.stats li {
						float: left;
						width: 75px;
						font-size: 10px;
						height: 14px;
						line-height: 14px;
						color: #8E908F;
					}
						
						div.stats li.yellow {
							color: #E8E700;
						}
			
			div#useractions {
				margin-left: 125px;
				margin-top: 154px;
			}
				
			div#useractions ul {
				list-style-type: none;
				margin: 0px;
				padding: 0px;
				width: 150px;
			}
				
				div#useractions li {
					height: 13px;
					line-height: 13px;
				}
				
				div#useractions li a {
					font-size: 10px;
				}
			
			div#userinfo {
				width: 100px;
				margin-top: 157px;
				text-align: right;
			}
				
				div#userinfo span#username {
					font-size: 18px;
					letter-spacing: -1px;
				}
		
		div#content { height:100%;
			/* background: url('images/backfront.png') top center repeat-y; */
		}
			
			div#menuleft {
				float: left;
				width: 250px;
				padding-bottom: 20px;
			}
				
				div#menuleft h1 {
					font-weight: normal;
					margin-left: 25px;
				}
				
				div#menuleft label, input {
					display: block;
					margin-left: 25px;
					width: 200px;
					height: 20px;
					line-height: 20px;
				}
				
				div#menuleft label {
					font-size: 10px;
				}
				
				div#menuleft input {
					border: 1px solid #333;
					background: #000;
				}
				
				div#menuleft input[type=submit] {
					background: #71A28A;
					border: 1px solid #FFF;
					color: #000;
					line-height: normal;
					margin-top: 10px;
					margin-bottom: 10px;
				}
			
			div#frame {
				float: left;
				width: 700px;
				background: url('images/gunfront.png') top left no-repeat #000;
			}
				
				div#frame iframe {
					width: 100%;
					height: 100%;
					border: none;
				}
				
				div#frame h1 {
					margin: 0px;
					margin-left: 25px;
					padding: 0px;
					height: 50px;
					line-height: 50px;
					font-size: 18px;
					font-weight: normal;
				}
				
				div#frame p {
					margin-left: 25px;
					margin-right: 25px;
					line-height: 18px;
				}
div#frame input[type=submit] {
					background: #71A28A;
					border: 1px solid #FFF;
					color: #000;
					line-height: normal;
					margin-top: 10px;
					margin-bottom: 10px;
				}
						
		div#footer {
			background: url('images/bottomfront.png') bottom no-repeat red;
			height: 30px;
			position: absolute;
			width: 950px;
			left: 50%;
			margin-left: -475px;
			bottom: 0px;
		}
			
			div#footer span {
				font-size: 10px;
				line-height: 25px;
				margin-top: 5px;
				width: 775px;
				text-align: right;
				display: block;
				margin-left: 150px;
			}