html,
body {
      	font-size: 11px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
   	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
img
{
        border: 0;
}

/*
 * DIVS
 */
#domain {
        width: 900px;
        height: 240px;
        position: absolute;
        top: 30%;
        left: 50%;
        margin-top: -150px;
        margin-left: -450px;
        background-color: #FFFFFF;
}
#content {
        text-align: center;
}

