.menu {
position: absolute; top: 10px; left: 0px; z-index: 1;
width:95%;
text-align:left;
margin:10px;
border-right:none;
border-left:none;
float: left; <!-- The float property -->
}
.kitsch {
position: absolute; top: 0px; left: 0px; z-index: 0;
width:95%;
text-align:left;
margin: 0px;
border-right:none;
border-left:none;
float: left; <!-- The float property -->
}
.content {
position: absolute; top: 195px; left: 0px; z-index: 2;
width:70%;
text-align:right;
margin-right: 10%;
margin-left: 20%;
float: right; <!-- The float property -->
}
.timeline {
position: absolute; top: 345px; left: 0px; z-index: 3;
width:70%;
text-align:right;
margin-right: 10%;
margin-left: 20%;
float: right; <!-- The float property -->
}
.content2 {
position: absolute; top: 195px; left: 0px; z-index: 2;
width:70%;
margin-right: 10%;
margin-left: 20%;
float: right; <!-- The float property -->
}
.old { 
color: #00FFFF;
}
h2 {
font-family: helvetica, arial;
font-size: 18px;
color: #FF00CC;
line-height: 0.6em;
}
h3 {
font-family: helvetica, arial;
font-size: 12px;
color: #FF00CC;
}
a:active {color: #FF00CC; background-color: yellow;
}
a:hover {color: #FF00CC; background-color: yellow;
}
a:link {color: #FF00CC;
}
a:visited {color: #FF00CC;
}
p {
font-family: lucida grande, verdana;
font-size: 12px;
color: #FFFFFF;
}
img.up {vertical-align: top;
}
