﻿*{
        margin:0;
        padding:0;
        border:0px solid #eee;
        list-style:none;
        font-family:Verdana, Geneva, Tahoma, sans-serif;
}
html,body,#bg,#bg table,#bg td {
        width:100%;
        height:100%;
        overflow:hidden;
}
a {
        color:black;
        text-decoration:none
}
a:hover {
        color:black;
        text-decoration:underline
}
a:visited {
        color:black;
        text-decoration:none
}
a:active {
        color:black;
        text-decoration:none
}
body {
        font-family:Arial;
        font-size:10px;
        color:#000;
}
#bg div {
        position:absolute;
        width:200%;
        height:200%;
        top:-50%;
        left:-50%;
}
#bg img {
        min-height:50%;
        min-width:50%;
        margin:0 auto;
        display:block;
}
#content {
        position:absolute;
        left:0;
        top:0;
        z-index:70;
        overflow:auto;
        opacity:0.5;
        background-color:white;
        width:200px;
        height:auto;
        font-size:12px;
        -moz-border-radius:20px;
        margin:50px;
        padding:20px;
}
#contact {
        position:absolute;
        right:0;
        top:0;
        z-index:70;
        overflow:auto;
        opacity:0.5;
        background-color:white;
        width:200px;
        height:auto;
        font-size:12px;
        -moz-border-radius:20px;
        margin:50px;
        padding:20px;
}

#copyright {
        position:absolute;
        bottom:0;
        left:0;
        z-index:70;
        overflow:auto;
        font-size:9px;
}
#icon {
        position:absolute;
        bottom:0;
        right:50px;
        z-index:70;
        overflow:auto;
}
#notebook {
	position:absolute;
	top:50%;
	left:50%;
	width:500px;
	height:320px;
	z-index:80;
	margin-top:-160px;
	margin-left:-250px
}
