html {
        background: #000 url('http://ogame-team.pl/ogame_template/img/bg.jpg') no-repeat center top fixed;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
}

body {
/*        text-align: center;*/
        font-family:Verdana,Arial,Helvetica,sans-serif;
        font-size: 10px;
}


#container {
        background: url('http://ogame-team.pl/ogame_template/img/main.png') repeat;
        width: 900px;
        border: none;
        padding: 0px;
        margin: 150px auto 10px auto;
        min-height: 300px;
        color: white;
        font-size: 11px;
}

#container table {
        width: 780px;
	margin: 0px auto 0px auto;
}


#menu {
        background: url('http://ogame-team.pl/ogame_template/img/menu.png') repeat-y;
        height: 30px;
        text-align: center;
        border: 1px #222 solid;
        border-bottom: none;
}

#menu a {
        font-size: 13px;
        color: #fff;
        text-decoration: none;
        line-height: 30px;
        padding: 8px 15px;
}

#menu a:hover {
        background: url('http://ogame-team.pl/ogame_template/img/hover.png') repeat;
}

#content {
        border-left: 1px #222 solid;
        border-right: 1px #222 solid;
        font-size: 11px;
		min-height: 400px;
		padding: 10px;
}

#content a {
        color: #329ABC;
        text-decoration: none;
}

#content a:hover {
        color: #77DFFF;
}


#footer {
        font-size: 9px;
        color: #555;
        margin: 0;
        padding: 0px 25px 10px 10px;
        text-align: right;
        border-top: 1px #222 solid;
}

#footer p {
        font-size: 9px;
}

span.sizeh1 {
	font-size: 14px;
}

div#intro {
	text-align: center;
}

table#gencontent {
	width: 700px;
}

textarea {
	width: 100%;
}

input,select {
	width: 200px;
}

input.small {
	width: 100px;
	line-height: 12px;
	font-size: 10px;
}

strong {
	font-size: 14px;
	font-weight: bold;
}


textarea,input,select {
        font-family:Verdana,Arial,Helvetica,sans-serif;
        font-size: 10px;
	color: black;	
	border: 1px solid #222;
	background: #D4EEEB;
	padding: 2px 5px 2px 5px;
}
