html{
    background-color: rgb(0, 0, 0);
    background-image: url('background.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    
	width: 100%;
	height: 100%;
	font-family: 'Avant Garde', Vardana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

body {
	margin: 0;
}

a:link, a:visited {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

a:hover, a:focus {
color: rgb(64, 64, 128);
  text-decoration: none;
}

.warp {
    position: absolute;
	top:50%;
	width: 100%;
	text-align: center;
}

.content {
    position: relative;
	margin: -275px auto;
    text-align: center;
}



.panel {
    position: relative;
    width: 200px;
    height: 450px;
    background-color: rgba(158, 199, 255, 0.5);
    display: inline-block;
    margin: 35px;
	padding: 22px;
    border-radius: 3px;
    border-style:solid;
    border-width:1px;
    border-color:rgba(158, 199, 255, 0.7);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.6);
    vertical-align: middle;

}