body
{

    background: fixed;
    background-color: #091219;
    background-image: url(/intouch/assets3/bgs/background_expandable.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    color: #FFF;
    font-family: "Verdana", Arial, Helvetica, sans-serif;
    font-size: 10pt;
	line-height: 1.6em;
    text-align: center;
}
.content
{
    width: 800px;
    margin-left : auto;
    margin-right : auto;
    text-align: left;
}

a
{
    color: #aaf;
	border: 1px solid transparent;
}
a:hover
{
	color: #fff;
}

a.nohover:hover
{
	background-color: inherit;
}

h2
{
	font-weight: normal;
}


.validation-advice
{
	color: red;
}

.laterButton
{
	margin-right: 10px;
}
.importButton
{

}


.header
{
	margin-top: 20px;
	height: 50px;
}
.header img.logo
{
	float: right;
}
.footer
{
	text-align: right;
	font-size: 0.8em;
	margin-top: 20px;
	padding-top: 30px;
}
