body {
	background:#000000 url('../images/background.png');
	color:#dddddd;
	margin:0;
	padding:0;
	border:0;
	font-size:12px;
	font-family: arial, verdana, helvetica, sans-serif;
}

a, img {
	border:0;
	outline:none;
}

a {
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	color:#78ff27;
}

h1 {
	border:0;
	padding:0;
	margin:0;
	margin-bottom:15px;
	
}

input, textarea {
	color:#dddddd;
	background:#616161;
	width:250px;
	padding:5px;
	border:2px #383838 solid;
}

button {
	background-color: #616161;
	border:0;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}


div#container {
	text-align:left;
	position:absolute;
	left: 50%; 
	top: 50%;
	width:825px;
	height:550px;
	margin-top: -275px; /* half of the height */
	margin-left: -412px; /* half of the width */
	background: #000000 url('../images/background.jpg');
	border:1px #252525 solid;
}

	div#intro {
		position:relative;
		background: url('../images/intro.png');
		width:825px;
		height:550px;
	}

		a#services {
			position:absolute;
			left:310px;
			top:289px;
			width:119px;
			height:51px;	
		}
		
		a#about {
			position:absolute;
			left:258px;
			top:373px;
			width:142px;
			height:56px;	
		}
		
		a#portfolio {
			position:absolute;
			left:394px;
			top:446px;
			width:142px;
			height:56px;	
		}
		
		a#contact {
			position:absolute;
			left:435px;
			top:330px;
			width:142px;
			height:56px;	
		}
	
	div#portfolio {
		position:relative;
		background: url('../images/portfolio.png');
		width:825px;
		height:550px;
	}
	
	div#about {
		position:relative;
		background: url('../images/about.png');
		width:825px;
		height:550px;
	}

	div#services {
		position:relative;
		background: url('../images/services.png');
		width:825px;
		height:550px;
	}
	
	div#contact {
		position:relative;
		background: url('../images/contact.png');
		width:825px;
		height:550px;
	}
	
		div#contactForm {
			position:absolute;
			top:70px;
			left:70px;
		}
	
	div#logo {
		position:absolute;
		left:10px;
		bottom:10px;
		width:272px;
		height:85px;
	}
	
	div#logo a {
		background:url('../images/logo.png');
		display:block;
		width:272px;
		height:85px;		
	}
	
	div#flags {
		position:absolute;
		right:10px;
		bottom:10px;
		width:50px;
	}
	
	
/* Administration Panel */

div#adminContainer {
	text-align:left;
	position:absolute;
	left: 50%; 
	width:825px;
	margin-left: -412px; /* half of the width */
	background: #000000 url('../images/background.jpg');
	border:1px #252525 solid;
}


	div#login {
		width:610px;
		margin:0 auto;
		margin-top:120px;
	}

	div#logout {
		position:absolute;
		text-align:right;
		top:20px;
		right:20px;
	}

	div#panel {
		padding:20px;
	}

		div#panel td {
			padding:5px;
			background:#dfdfdf;
			color:#000000;
		}
		
		div#panel th {
			padding:7px;
			background: #ffffff;
			color:#000000;
			font-weight:bold;
		}

