/* @override http://www.selz100.com/style.css */

body    {
	background-color: #007fff;

}
img	{
	margin-left: 3px;
	margin-right: 3px;
}
a:link  {
        color: #007fff;
}
a:hover {
        color: #ffffff;
}
#top    {
		width: 95%;
		position: absolute;
        background-color: #007fff;
        text-align: center;
	border-style: solid;
	border-color: #000000;
}
#middle {
        color: #804000;
        margin-left: 200px;
        margin-top: 72px;
        position: absolute;
        background: #ffe3a1;
        top: 127px;
        border-style: double;
        border-bottom-color: #ffff00;
        border-right-color: #ffff00;
        border-top-color: #ffff00;
        border-left-color: #ffff00;
        border-width: 5px;
        padding: 5px;
        right:  5%;
	left: 2px;
        
}
.picture {
	margin-left:100px;
	margin-right: 100px;
}
#left   {
        
        font-size: 22px;
        color: #007fff;
        position: fixed; 
        top: 200px; 
        border-style: groove;
        border-color: #007fff;
        border-width: 8px;   
        padding: 10px;
        background-color: #c0c0c0;
}
#right  {
        font:90% georgia, sans-serif;
        position: absolute;
        top: 150px;
        right: 100px;
}
#bottom {
		position:  relative;
        color: #322563;
        bottom: 0px;
        border-style: groove;
        border-color: #322563;
        border-width: 7px;
        font-size: 15px;
}

#navbar {
	text-align: center;
}

.bg		{
		width: 100%;
		position: absolute;
		bottom: 0%;
		z-index: -5000
}