/* So we start with basic elements, heh.. */
*{
	padding: 0 0px;
	margin: 0 0px;
}

body{
	min-width: 600px;
	background: #000;
	padding: 0 0px;
	margin: 0 0px;
	font-size: 12px;
	font-family: "Lucida Grande", Arial, serif;
	text-align: center;
}
/* The container, header, and the main part. */
#container{
	margin: 0 auto;
	padding: 0 0px;
	width: 600px;
	background: transparent;
	text-align: left;
}
#header{
	margin: 10px 0px;
	padding: 0 0px;
	background: transparent;
}
#main{
	margin: 0 0px;
	padding: 0px 0px 0px 100px;
	background: transparent;
}
/* Hs in header */
#header h1 span, #header h2 span{
	display: none;
}
#header h1{
	height: 84px;
	width: 244px;
	background: transparent url("i/h1.jpg") no-repeat;
}
#header h2{
	display: none;
}
/* The links, I love this part.:D */
#links{
	margin-top: 123px;
	padding-left: 10px;
	height: 200px;
	background: transparent;
}
#links li{
	display: block;
}
#otherside{
	float: left;
}
#otherside span, #nono span{
	display: none;
}
#otherside a{
	display: block;
	height: 131px;
	width: 189px;
	background: transparent url("i/otherside.jpg") 0px 0px no-repeat;
}
#otherside a:hover{
	background-position: 0px -132px;
}
#nono{
	float: left;
	margin-left: 70px;
}
#nono a{
	display: block;
	height: 131px;
	width: 189px;
	background: transparent url("i/nono.jpg") 0px 0px no-repeat;
}
#nono a:hover{
	background-position: 0px -132px;
}	
/* Something about Mimijidi's members */
#about{
	clear: both;
	height: 91px;
	width: 415px;
	background: transparent url("i/about.jpg") no-repeat;
}
#about h3{
	display: none;
}
#about p{
	display: none;
}
div#friends{
	color: #888;
	margin-top: 30px;
}
div#friends a, div#friends a:hover, div#friends a:link, div#friends a:visited{
	color: #FFF;
}
div#friends p{
	font-size: 12px;
	line-height: 1.5em;
}
/* at last, footer */
#footer{
	color: #888;
	text-align: right;
	font-size: 10px;
	margin-top: 10px;
	padding: 5px;
}
