
body {
    background-image: url(source.png);
    font-family: Arial, Sans-Serif;
}
#mainframe {
    border: 1px solid #06F;
    border-radius: 0px;
    margin-top: 50px;
    margin-left: 100px;
    width: 500px;
    padding: 40px;
    background-color: white;
    box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);

	transition: all 350ms;
	-moz-transition: all 350ms; /* Firefox 4 */
	-webkit-transition: all 350ms; /* Safari and Chrome */
	-o-transition: all 350ms; /* Opera */
}

.imgr {
    float: right;
    position: relative;
    right: 10px;
    border: 1px solid #BBB;
    padding: 3px 3px 0px 3px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.3);
}
.mh {
    font-weight: bold;
    background-image: url(favicon.ico);
    background-repeat: no-repeat;
    background-position: 0 5px;
    font-size: 18pt;
    padding-left: 20px;
}
.pubs {
    margin-top: 30px;
    font-size: 10pt;
}
a {
    text-decoration: none;
	color: #06F;
}

.buttons a {
	border: 1px solid #06F;
	padding: 6px;
	float: left;
	width: 80px;
	margin-right: 3px;
	font-weight: bold;

	box-shadow: 1px 1px 1px rgba(100, 100, 100, 0.50);

	transition: all 350ms;
	-moz-transition: all 350ms; /* Firefox 4 */
	-webkit-transition: all 350ms; /* Safari and Chrome */
	-o-transition: all 350ms; /* Opera */
}

.buttons a:hover {
	color: white;
	background-color: #06F;
}

#footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 20px;
    border-top: 1px solid #666;
    background-color: #FAFAFA;
    font-size: 9pt;
    padding-left: 50px;
}
#footer a {
	color: #666;
}    
