/* I'm too sexy for my CSS*/

/*Basic Setup Stuff*/

#Container{
width:800px;
position:relative;
margin: 0 auto;
}

.important{
background-color: #fe5240;
}

.unimportant{
background-color: #fe7470;
}

/* Actual boxes*/

