img {
    border: 0;
}

body {
    background-color: #E7E7DE
}

#container {
    background-color: white;
    border: 2px solid black;
    position: absolute;
    width: 500px;
    height: 500px; 
    top: 50%; 
    left: 50%; 
    margin-top: -250px; 
    margin-left: -250px;
}

#upper-row {
    position: absolute; 
    width: 500px; 
    height: 250px; 
    border-bottom: 2px solid black;
}

#upper-left, #lower-left {
    border-right: 2px solid black;
}

#upper-right, #lower-right {
    left: 250px; 
}

#lower-right, #lower-left, #upper-left, #upper-right {
    position: absolute; 
    width: 250px; 
    height: 250px; 
}

#lower-row {
    position: absolute; 
    top: 250px; 
    width: 500px; 
    height: 250px;
}

.table-container {
    display:table; 
    text-align: center; 
    width: 100%; 
    height: 100%;
}

.table-content {
    display: table-cell; 
    vertical-align: middle; 
    text-decoration: none; 
    font-size: 16px;
    font-family: verdana;
    color: #3e3e3e
}

#logo-container {
    border: 2px solid black; 
    padding: 2px; 
    background-color: white;
    position: absolute; 
    overflow: none; 
    width: 48px; 
    height: 46px; 
    top: 50%; 
    left: 50%; 
    margin-left: -26px; 
    margin-top: -25px
}

#projects-container {
    width: 500px;
    border: 2px solid black;
    background: white;
    margin: 50px auto;
}

.project {
    padding: 10px;
    text-align: right;
}

.project h3 {
    text-align: left;
    border-bottom:1px solid #999999;
    color:#666666;
    font-family:verdana;
    font-size:0.9em;
    margin:0 1em 0.5em 78px;
    padding:0 0 0.2em;
}

.project img {
    float: left;
}

.project p {
    color:#666666;
    font-family:verdana;
    font-size:0.9em;
    margin: 0 1em 0.5em 78px;
    line-height:1.6em;
    margin:0 0 1em 78px;
    padding:0;
    text-align:justify;
}

.project a {
    text-decoration: none;
    color:#247893;
    font-family:verdana;
    font-size:0.8em;
    line-height:1.6em;
    margin:0 0 1em 78px;
    padding:0;
    text-align:justify;
}
