body {
	margin: center;
	text-align: center;
    background-image: url("../images/bg.jpg");
}

#shadeDiv {
    width: 100%;
    height: 100%;
	background-image: url("../images/bg.jpg");
	
}

div {
	width:450px;  
    height:400px;  
    position:absolute;  
    left:45%;  
    top:45%;  
    margin:-100px 0 0 -150px
}

h1 {
    margin-top: 0;
    font-size: 3.7em;
    line-height: 1.2em;
    letter-spacing: .05em; 
    color: white;
    position:relative;
}

p {
	font-size: 40px;
	text-align: center;
	color: white;
}

a {
	display: block;
    position: relative;
    font-size: 20px;
    border-color: #FFF;
    color: #FFF;
    opacity: .8; 
    text-decoration: none;
}

ol, ul {
    text-align: center;
    margin-left: 15px;
    list-style: none;
    outside: none; 
    float: left;
    -webkit-border-radius:50%;
}

#bt{                           
    background-color: #000000; 
    -webkit-border-radius: 50%;
} 

ol li, ul li {
    text-align: center;
    line-height: 1.6em; 
    outside: none; 
    float: left;
    -webkit-border-radius:50%;
    margin-left: 10px;
}
ol ol, ol ul, ul ol, ul ul {
    margin: .1em 0 .2em 2em; 
}

#myimage {
    margin-top: 20px;
}

