html {
    min-height:100%;
	background-color:#ffffff;
	background-image:url(https://www.linksky.com/skeleton/member/image/clouds.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}

body {
    color:#000000;
	font-family:Arial,Tahoma,Verdana;
	font-size:100%;
	margin:0;
	padding:40px;
}

a:link,
a:visited,
a:hover,
a:active {
    color:#0000ff;
}

h1 {
    font-weight:normal;
}

p.logo {
    margin:75px 0 7px 0;
}

p.logo a {
    display:block;
    width:200px;
    height:71px;
    text-indent:200px;
    background-size:200px;
    background-image:url(https://www.linksky.com/skeleton/member/image/logo.png);
    background-repeat:no-repeat;
    overflow:hidden;
    vertical-align:middle;
}

p.attribution {
    color:#000000;
	font-size:85%;
	margin:0;
	white-space:nowrap;
}