/*
title: Olajuwon.info
description: Olajuwon.info
author: Gaál Tamás
copyright: http://www.creativecommons.org/licenses/by-nc-nd/2.5/hu/
*/

body {
	background-image: url(/images/background.png);
	margin: 0px;
	padding: 0px;
	font: 11px Verdana, Arial, sans-serif;
	}
p {
	margin: 0px;
	padding: 0px;
	}
a img {
	border: 0px;
	}
#container {
	width: 800px;
	margin: auto;
	}
#container a {
	color: #ffffff;
	}
#container a:hover {
	text-decoration: none;
	}
.box {
	width: 800px;
	color: #ffffff;
	}
.top {
	width: 800px;
	height: 10px;
	background-image: url(/images/top.png);
	}
.middle {
	width: 800px;
	background-color: #aa0000;
	}
#logo {
	width: 780px;
	height: 35px;
	margin: 0px 10px 0px 10px;
	}
.bottom {
	width: 800px;
	height: 10px;
	background-image: url(/images/bottom.png);
	}
#profileleft {
	width: 150px;
	height: 150px;
	float: left;
	margin: 0px 5px 0px 10px;
	}
#profileright {
	width: 620px;
	height: 150px;
	float: right;
	margin: 0px 10px 0px 5px;
	}
.clearfix {
	clear: both;
	}
#title {
	width: 780px;
	margin: 0px 10px 0px 10px;
	}
.inner {
	width: 780px;
	margin: 10px 10px 0px 10px;
	}
.left {
	width: 230px;
	height: 160px;
	float: left;
	margin-right: 5px; 
	}
.right {
	width: 540px;
	height: 160px;
	float: right;
	margin-left: 5px;
	}
#footer {
	width: 780px;
	height: 15px;
	margin: 10px 10px 10px 10px;
	text-align: center;
	}
#footer a {
	color: #000000;
	}
#footer a:hover {
	text-decoration: none;
	}
#footer img {
	vertical-align: middle;
	}