﻿#mainhead {
position: absolute;
left: 0px;
top: 0px;
text-align: center;
width: 100%;
height: 100px;
background: lightblue;
border-bottom: 2px solid gray;
}
#maincol {
}
#mainfoot {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
height: 25px;
text-align: center;
background: lightblue;
}
#infor {
position: absolute;
top: 101px;
left: 221px;
right: 221px;
bottom: 26px;
background: white;
}
#mail {}
#log {}
.logotext {
position: absolute;
left: 150px;
color: blue;
font-size: 80px;
float: left;
text-shadow: 8px 8px 25px darkblue;
}
.logolink {
position: absolute;
left: 675px;
top: 5px;
color: red;
font-size: 40px;
text-shadow: 10px 10px 8px darkred;
}
.in {}
.out {}
.reg {}
.rem {}
.inbox {}
.send {}
.colleft {
border-right: 1px solid darkblue;
border-bottom: 1px solid darkblue;
width: 220px;
color: blue;
background: white;
position: absolute;
top: 101px;
left: 0px;
bottom: 26px;
}
.colright {
text-align: center;
border: 5px outset blue;
background: darkblue;
width: 220px;
color: lightblue;
position: absolute;
top: 101px;
right: 0px;
height: 200px;
}
.news {}
.soclink {}
.pop {}
.message {}
.author {
float: left;
text-align: center;
}
.year {
right: 10px;
text-align: right;
float: left;
}
.cop {}
.col {
margin-top: 0px;
color: white;
font-size: 25px;
border-top: 4px solid darkblue;
border-bottom: 2px solid darkblue;
background: blue;
text-align: center;
text-shadow: 1px 2px 12px black;
}
a.seek {
color: lightblue;
text-decoration: none;
}
a.red {
color: red;
text-decoration: none;
}
li {
list-style-type: none;
}