
body {
    font-family: sans-serif;
    font-size: 100%;
    background-color: #333;
    color: #eee;
    margin: 35px;
    padding: 2px;
}

a {
    color: orange;
}

img {
  border: 1px solid orange;
  //border-radius: 4px;
  //padding: 5px;
}

.header .image {
    background: url("https://bitbucket.org/account/darkscience/avatar/256/?ts=0") 
                no-repeat;
	width: 50px;
    height: 50px;
	background-size:contain;
}

.header .image, 
.header .text {
    display: inline-block;
    vertical-align: top;
}

