body {
    background-image: url(../images/bg.png);
    background-repeat: repeat-x;
    font-family: verdana;
    font-size: 12px;
}

div.content {
	padding-left: 20px;
	padding-top: 20px;
}

#main {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    min-height: 750px;
    background: #ffffff;
    border: 1px solid #909090;
    -moz-border-radius: 15px;
    border-radius: 15px;    
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
}

#me {
	width: 250px;
	position: absolute;
	margin-left: 25px;
	margin-top: 25px;
}

#welcome {
    margin-left: 25px;
}

#logo {
    background-image: url(../images/logo.png);
    width: 463px;
    height: 87px;
    margin-left: auto;
    margin-right: auto;
}

#menu {
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/menu_bg.png);
    width: 760px;
    height: 35px;    
}

ul#menu li {
    width: 25%;
    float: left;
    list-style: none;
    padding-top: 5px;
}

ul#menu li:before {
    content: "\00BB";
    margin-right: 5px;
}

ul#menu li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
}
ul#menu li a:hover {
    text-decoration: underline;
}

div#tweets {
    border: 1px solid #909090;
    -moz-border-radius: 15px;
    border-radius: 15px;    
    background-image: url(../images/twitter_newbird_blue.png);
    background-position: center;
    position: relative;
    float: right;
    margin-left: 400px;
    margin-right: 25px;
    width: 300px;
    height: 275px;
    padding: 15px;
    z-index: 1;
}

div#tweets .fader {
    background: #fff;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    z-index: 2;
}

div#tweets ul {
    color: #000;
    height: 85%;
    width: 270px;
    list-style: none;
    overflow: hidden;
    padding-left: 0px;
    z-index: 3;
    opacity: 1;
}

div#tweets ul li {
    margin-bottom: 5px;
    z-index: 3;
}

div#tweets a {
    color: darkslateblue;
    text-decoration: none;
}

div#tweets a:hover {
    text-decoration: underline;
}

div#albums ul {
	list-style: none;
}

div#albums ul a {
	text-decoration: none;
	color: darkslateblue;
}
div#albums ul a:hover {
	text-decoration: underline;
}
