body {
    background-image: url(../graphics/bg2.jpg);
    margin: 0;
    min-height: 800px;
}

#top-menu {
	width:100%;
	background: #222222 repeat 50% 0;
	border-bottom: solid 1px #4ad30d;
	padding: 0 0 2px 0;
	position:fixed;
    top: 0;
	z-index:103;
	text-align:center;
	max-height:26px;
	width:100%;
	font-size: 14px;
	color: #fff;
}
#top-menu ul.top-menu {margin-left: -40px; margin-top: -10px;}
#top-menu ul.top-menu li {margin-right: 10px;}
#top-menu li {float: left; list-style: none;}
#top-menu a {color: #fff; text-decoration: none; margin-right:10px;}
#top-menu a:hover {color: #4ad30d;}
#top-menu img {margin-right: 3px;}

header {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.container {
    width: 960px;
    margin: 0 auto;
}

.rt-floater {
    float: right;
    width: 200px;
    background-color: rgba(205, 248, 185, 0.8);
    border-radius: 5px;
    color: #484848;
    margin-left: 20px;
    padding: 10px;
}

.rt-floater a {
    text-decoration: none;
    color: #222;
    font-weight: bold;
}

.lt-floater {
    float: left;
    width: 220px;
    margin-right: 20px;
}

.lt-floater img {
    border-radius: 5px;
}

.liknotabs_body > a img {margin-right: 8px;}

.linker {
    width: 250px;
    margin-right: 11px;
    text-align: center;
    float: left;
}

.linker a {
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.linker a:hover {
    color: #87d8f5;
}

        .containme {
            position: relative;
            width: 320px;
            margin: 0 auto;
            font-size: 15px;
        }
        input, select {
            position: absolute;
            left: 145px;
            width: 165px;
        }
        select {
            width: 171px;
            height: 22px;
        }
        textarea {
            width: 311px;
            height: 180px;
        }
        input[type=checkbox], input[type=radio], input[type=submit] {
            width: auto;
            left: 0;
            margin-left: 0;
        }
        .ferror {
            color:red;
        }
        .footer-button {
            font-size:16px;
        }