/* Main wrapper styles */
html {
    font-family: 'Open Sans', sans-serif;
    background-color: #000000;
    color: #ffffff;
}

/* Title */
#title_container {    
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0px;
    left: 0px;
    z-index: 10;
    padding: 10px;
    background-color: #151515;
}
#title_content {
    width: 100%;
}
#title_content img {
    display: inline;
    width: 58px;
    border-radius: 100%;
}
#title_content #name { 
    display: inline;
    position: fixed;
    font-size: 30px;
    font-weight: 300;
    top: 20px; 
    margin-left: 18px;
}

/* Main content */
#content {
    position: relative;
	width: 100%;
	top: 70px;
	background: #000000;
	/* height: 1500px; - For testing*/
}