body{
    margin: 0px;
    padding: 0px;
    //background: rgba(68,188,251,0.2) ;
    //background: radial-gradient(circle, #000, #0099ff);
    background: rgba(230,230,230,0.2);
}
h2,h3{
    margin: 0px;
}
#hclass{
    top: 0px;
    left: 0px;
    position: fixed;
    height: 150px;
    width: 100%;
    margin: 0px auto;
    border-bottom: 1px outset #333;
    //background: url(images/top-rept.jpg);
    //background: #001155;
    background: rgba(33,33,33,0.4);
    box-shadow: 0px 0px 20px #000;
}
.namehead
{
    position: absolute;
    display: block;
    width: 400px;
    margin: 30px 0px 0px 140px;
    font-family: "Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;
    font-style: italic;
    font-size: 32px;
    color: #333;
    font-weight: bolder;
    text-shadow: 5px 5px 14px #ccc;
}
.pos
{
    position: absolute;
    display: block;
    width: 400px;
    margin: 0px 20px;
    font-family: "Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;
    font-style: italic;
    font-size: 22px;
    color: #000099;
    font-weight: bolder;
}
.circle
{
    margin: 20px 0px 0px 20px;
    
}
.circle img{
	width: 120px;
	height: 120px;
	border-radius: 60px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}