@import url(http://fonts.googleapis.com/css?family=Ubuntu)

html {
	font-family: Ubuntu, sans-serif !important;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center top;
    background-repeat: repeat-y;
    background-attachment: fixed;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

body {
    background-color: transparent;
}

img {
    border: 0;
}

#footer {
    clear: both;
}

.r {
    text-align: right;
}

.imgbox {
    padding: 5px;
   	margin-right: 17px;
    border: 1px solid #aaa;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
         -o-border-radius: 8px;
            border-radius: 8px;
    background-color: #eee;
    -webkit-box-shadow: 5px 5px 12px hsla(0, 0%, 0%, 0.3);
       -moz-box-shadow: 5px 5px 12px hsla(0, 0%, 0%, 0.3);
         -o-box-shadow: 5px 5px 12px hsla(0, 0%, 0%, 0.3);
            box-shadow: 5px 5px 12px hsla(0, 0%, 0%, 0.3);
    float: left;
    text-align: center;
    line-height: 30px;
}

.imgbox img {
    display: block;
}

