/*----------------------------------------------------------------------------*/
/*========================= make things a bit saner ==========================*/
/*----------------------------------------------------------------------------*/


* {
margin: 0;
padding: 0;
}


/*----------------------------------------------------------------------------*/
/*========================= /make things a bit saner =========================*/
/*----------------------------------------------------------------------------*/




/*----------------------------------------------------------------------------*/
/*================================== tags ====================================*/
/*----------------------------------------------------------------------------*/


body {
text-align: center;
}

img {
border: 0px;
}

a {
text-decoration: none;
}

a:hover {
background-color: black;
color: beige;
}


/*----------------------------------------------------------------------------*/
/*================================== /tags ===================================*/
/*----------------------------------------------------------------------------*/




/*----------------------------------------------------------------------------*/
/*================================== errors ==================================*/
/*----------------------------------------------------------------------------*/


#errorExplanation {
border: 1px solid red;
}

/*----------------------------------------------------------------------------*/
/*================================= /errors ==================================*/
/*----------------------------------------------------------------------------*/





/*----------------------------------------------------------------------------*/
/*================================= layout ===================================*/
/*----------------------------------------------------------------------------*/


#wrapper {
text-align: left;
margin-left: auto;
margin-right: auto;
width: 630px;
}

#header {
margin-top: 3em;
margin-bottom: 6em;
}

#showcase {
width: 630px;
border-top: 1px solid black;
border-bottom: 1px solid black;
margin-bottom: 2em;
}

#title {
float: right;
}


/*----------------------------------------------------------------------------*/
/*================================== /layout =================================*/
/*----------------------------------------------------------------------------*/