
#spaz-container {
/*    width: 1200px;*/
    width: 600px;
 /*   margin: 60px auto;*/
	margin-top:85px;
	margin-left:440px;
}

ul, li {
    margin: 0;
    padding: 0;
}

#blob-blue {
    background: #0b2b61;
    border-right: 1px solid #0059ec;
    border-left: 1px solid #0059ec;
    position: absolute;
    z-index: 1;
    top: 0;
    background: -moz-linear-gradient(top, #0b2b61, #1153c0);
    background: -webkit-gradient(linear, left top, left bottom, from(#0b2b61), to(#1153c0));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 3px 10px #011331;
    -webkit-box-shadow: 2px 3px 10px #011331;
}
#blob-orange {
    background: #ff8006;
    border-right: 1px solid #ffd030;
    border-left: 1px solid #ffd030;
    position: absolute;
    z-index: 1;
    top: 0;
    background: -moz-linear-gradient(top, #ff8006, #ffa802);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff8006), to(#ffa802));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 3px 10px #011331;
    -webkit-box-shadow: 2px 3px 10px #011331;
}
#blob-green {
    background: #66cb00;
    border-right: 1px solid #b4f900;
    border-left: 1px solid #b4f900;
    position: absolute;
    z-index: 1;
    top: 0;
    background: -moz-linear-gradient(top, #66cb00, #66ff00);
    background: -webkit-gradient(linear, left top, left bottom, from(#66cb00), to(#66ff00));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 3px 10px #011331;
    -webkit-box-shadow: 2px 3px 10px #011331;
}
#blob {
    background: #8ae7ff;
    border-right: 1px solid #54c5ff;
    border-left: 1px solid #54c5ff;
    position: absolute;
    z-index: 1;
    top: 0;
    background: -moz-linear-gradient(top, #8ae7ff, #bdffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#8ae7ff), to(#bdffff));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 3px 10px #011331;
    -webkit-box-shadow: 2px 3px 10px #011331;
}
#spaz-nav {
    position: relative;
    /*background: #e8e8e8;*/
    float: left;
}

#spaz-nav li {
    float: left;
    list-style: none;
    /*border-right: 1px solid #4a4a4a;
    border-left: 1px solid black;*/
}

#spaz-nav li a {
/*    color: #e3e3e3;*/
    color: black;
    z-index: 2;
    position: relative;
    cursor: pointer;
    float: left;
    font-size: 18px;
    font-family: helvetica, arial, sans-serif;
    text-decoration: none;
    padding: 3px 40px;
    width: 100%;

}
