body {
	font: arial 12px;
	margin: 0;
	padding:0;
	border:0;
	background: #000000;
	text-align: center;
}

#main {
	width: 768px;
	height: 576px;
	background: url(background.gif);
	margin-left: auto;
	margin-right: auto;
}

#left {
	height: 576px;
	width: 137px;
	float: left;
}

#menu {
	left: 137px;
	background: url(menu-bg.gif);
	width: 268px;
	height: 576px;
	float: left;
}

#menu ul {
	position: relative;
	top: 210px;
}

#menu li {
	width: 140px;
	list-style: none;
	text-align: right;
	font-size: 28px;
	color: #COCOCO;
}

#menu a {
	text-decoration: none;
	color: #551A9C;
}

#menu a:hover {
	color: #FFFFFF;
}

#content {
	font-family: Arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	overflow: auto;
	height: 576px;
}

h1 {
	font-size: 18px;
	font-face: bold;
}

#titi {
	border: 0px;
	position: absolute;
	top: 200px;
	width: 360px;
	overflow: hidden;
}

#text {
    border: 2px;
}

.myspace {
	font-size: 18px;
	color: #551A9C;
}

.myspace:hover {
	color: #FFFFFF;
}

