/* 
Written by Francesco Latini (checco[at]42ers.net)
DON'T PANIC
*/

body {
    font-family: Verdana;
    background: #FFFFFF;
}
a:link,a:visited {
    text-decoration:none;
    color: #0044AC;
}
a:hover {
    text-decoration: underline;
}
.main {
    width: 550px;
    margin: 0 auto;
    text-align: left;
}
.left {
    float:left;
    width: 250px;
    background: #EEEEEE;
}
.right {
    float: left;
    width: 300px;
    font-size: 12px;
    font-style: italic;
    text-align: center;
    margin-top: 180px;
}
p.info {
	text-align: left;
	font-size: 10px;
}
.footer {
    clear: left;
    font-size: 10px;
    text-align: center;
}

