#main {
    width: 600px;
    height: 600px;
    border: 1px black solid;
    position:relative;
    top: 50px;
    left: 10%;
}

#banner {
    position: relative;
    top: 25px;
}

#artwork {
    position: relative;
    top: 40px;
    text-align:center;
    
}

#bottomLinks {
    position: relative;
    top: 40px;
    right: 100px;
    text-align: right;
}

a {
	color: orange;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bolder;
}

.info {
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: bolder;
}

