See More

#background{ background-color: rgb(43, 43, 136); width: 970px; height: 550px; padding: 5px; } #top{ width: 970px; height: 75px; } #header{ background-color: rgb(192, 62, 62); width: 950px; height: 50px; border-radius: 8px; padding: 10px; } #center{ width: 970px; height: 350px; vertical-align: top; } #center_left{ background-color: rgb(73, 139, 177); width: 150px; height: 220px; margin: 5px; float: left; line-height: 80%; border-radius: 15px; padding: 5px; } #center_right{ background-color: rgb(12, 12, 43); display: inline-block; width: 770px; height: 400px; line-height: 80%; border-radius: 15px; padding: 3px; } #bottom{ width: 970px; height: 85px; margin-top: 60px; } #appendix{ background-color: gray; width: 970px; height: 50px; line-height: 80%; border-radius: 15px; padding: 1px; } span{ font-size: 10pt; } a{ color: cyan; font-size: 10pt; } h1{ color: white; font-size: 18pt; }