html, body {
    margin:0;
    padding:0;
}

body {
    text-align: center;
    background-color: #000000;
}

#main {
    width: 760px;
    height: 500px;
    background-repeat: no-repeat;
    margin: 0px auto;
    text-align: left;
    border-top: solid 2px #CCCCCC;
    border-left: solid 2px #CCCCCC;
    border-right: solid 2px #666666;
    border-bottom: solid 2px #666666;

}

#text {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    text-align: justify;
    background-color: #000000;
    color: #FFFFFF;
    padding: 8px;
}

table,tr,td {
    color: #FFFFFF;
}

a {
    color: #FFFFFF;
}


/*-----------------Navigationsmenú     */

#nav{
	width: 760px;
	text-align: center;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
}

#nav a {
	letter-spacing: 0.3em;
}

#nav a:hover{
	color: #FFCC66;
}

#sign {
	text-align: left;
	display: block;
	text-decoration: none;
	font-size: 9px;
	font-family: tahoma, lucida, sans-serif;
	color: #FFFFFF;
	width: 760px;
    height: 12px;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
}

#sign a {
    text-decoration: none;
    color:#CCCCCC;
}

#lang {
	text-align: right;
	display: block;
	text-decoration: none;
	font-size: 9px;
	font-family: tahoma, lucida, sans-serif;
	color: #FFFFFF;
	width: 760px;
    height: 12px;
	margin-bottom: 3px;
	margin-top: -12px;
	margin-right: auto;
	margin-left: auto;
}
ul {
	margin-left:-5px !important;
	margin-left:30px;
}

li {
	list-style-image:none;
	margin-bottom:1em;
}

li a {
    text-decoration:none;
}





.button {
    background: #FAFAFA;
    width: 60px;
    height: 16px;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
    padding: 2px;
    color: #333333;
    text-decoration: none;
    display: block;
    text-align: center;
    font: 9px tahoma, lucida, sans-serif;
}
