body {
	background:#111111 url('img/back.png') bottom left fixed repeat;
	color:#ffffff;
	font-family:Tahoma, Geneva, sans-serif;
	}

a:link {
	color:#666666;
	text-decoration:none;
	}

a:visited {
	color:#999999;
	text-decoration:none;
	}
	
a:hover {
	color:#000000;
	text-decoration:none;
	}
	
a:active {
	color:#eeeeee;
	text-decoration:none;
	}
	
#wrapper {
	background-color:#111111;
	width:1000px;
	padding:4px;
	margin:auto;
	border-radius:10px;
	}

#main, #header, #nav, #footer {
	background:#111111 url('img/back.png') bottom left fixed repeat;
	padding:4px;
	margin:4px auto;
	border-radius:10px;
	clear:both;
	}

#tweet {
	float:left;
	}
	
#cont1 {
	width:700px;
	float:right;
	}

.content {
	background-color:#ffffff;
	color:#000000;
	padding:4px;
	margin:4px auto;
	border-radius:10px;
	}
	
#nav a {
	padding:10px;
	}
	
#nav .content, #header .content {
	text-align:center;
	}
