@charset "UTF-8";
/* CSS Document */
/* GENERAL SETTINGS */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
body {
    background-repeat: repeat-x;
    font-family: "HelveticaNeue-Light",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    color: rgb(41,63,70);
}
img {
    border: none;
}
pre {
    border: 1px solid #ccc;
    background-color: #eee;
    padding: 10px;
    overflow: auto;
    margin: 0;
}
a {
    -webkit-transition-duration: 300ms, 300ms, 300ms;
    -webkit-transition-property: color, background-color, text-shadow;
}

/* area specific */

#headerArea {
	background-color: #F9F9F9;
}

#homeContentArea {
	text-align: left;
	padding-top: 30px;
	width: 200px;
	margin: auto;
}
