1
1
#wrapper {width: 1000px; margin: auto; height: 1000px; background-image:url('../img/background.jpg');}
2
2
#profile {background-color:#EEE; padding:10px; width: 100%; height: 100%; float: left; margin-top: 10px;}
4
4
#profileimg {float: left; width: 280px; height: 100%; background-color:#DDD; padding: 20px;}
5
5
#profileheader {width: 100%; height: 100px; background-color:#DDD; float: left; margin-bottom: 20px;}
6
6
#profilecontent {float:right; width: 620px; height: 100%; background-color:#DDD; padding: 20px; margin-left: 20px;}
7
7
#contentheaders {font-size: 150%;}
9
9
#wallflow {float:right; width: 620px; height: 100%; background-color:#DDD; padding: 20px; margin-left: 20px;}
10
10
#profilelink {color:#00F; text-decoration:underline;}