body{
	background: url('stripe.png');
	overflow:hidden;
}
div#header{
	position:absolute;
	width:50%;
	min-width:400px;
	height: 80px;
	top: 15px;
	left:25%;
	border:1px solid; 
	margin:0px;
	padding:0px;
	background: rgba(0, 0, 0, 0.60);
}
h1#name{
	position:absolute;
	font:3em bold Impact;
	color: #E5E5E5;
	top:10px;
	left:10px;
	margin:0px;
}
h6#degree{
	position:absolute;
	font: 1.2em bold impact;
	color: #A500E6;
	top:55px;
	left:150px;
	margin:0px;
}
img#profile{
	position:absolute;
	top:-10px;
	right:10px;
	height: 110px;
	z-index:10000;
}
div#pannel{
	position: absolute;
	top: 130px;
	bottom: 10px;
	left: 25%;
	width:235.7%;
}
div#pannel1{
	position:absolute;
	top:0px;
	bottom:0px;
	left: 0%;
	border:1px solid;
	width:21.05%;
	min-width:400px;
	overflow:hidden;
	background-color:#B9B9B9;
}
div#pannel2{
	position:absolute;
    top:0px;
	bottom:0px;
	left:26.25%;
	border:1px solid;
	width:21.05%;
	min-width:400px;
	overflow:hidden;
	background-color:#B9B9B9;
}
div#pannel3{
	position:absolute;
	top:0px;
	bottom:0px;
	left:52.5%;
	border:1px solid;
	width:21.05%;
	min-width:400px;
	overflow:hidden;
	background-color:#B9B9B9;
}
div#pannel4{
	position:absolute;
	top:0px;
	bottom:0px;
	left:78.75%;
	border:1px solid;
	width:21.05%;
	min-width:400px;
	overflow:hidden;
	background-color:#B9B9B9;
}

div.pannelheader{
	position:absolute;
	top:10px;
	left: 5px;
	right: 15px;
	height: 30px;
	background-color:#6C0085;
	margin:0px;
	padding: 0px;
	border: 1px solid;
}
h2.pannelHead{
	position:absolute;
	font-size: 1.2em;
	position:relative;
	top:5px;
	left:10px;
	color:#E5E5E5;
	margin:0px;
}
div.pannelcontent{
	position:absolute;
	left:10px;
	right:10px;
	bottom:10px;
	top: 45px;
	overflow:auto;
	border: 1px solid;
	background-color:#763585;
	padding:10px;
	color:#050505;
	font-family:Georgia, serif;
	z-index:5;
}
div.frames{
	position:absolute;
	width:40%;
	height:20px;
	left:30%;
	margin:0px;
	padding:0px 0px 0px 30px;
	top:102px;
	border:1px solid;
	background: rgba(0, 0, 0, 0.60);
}
div#valid{
	position:absolute;
	top:10px;
	right:10px;
	width:100px;
	height: 100px;
}
div.cover{
	background: rgba(0, 0, 0, 0.30);
	width:100%;
	height:100%;
	z-index:10;
	position:absolute;
	top:0px;
	left:0px;
}
div.pannelcontent a:link{color:#000000;}
div.pannelcontent a:active{color:#000000;}
div.pannelcontent a:visited{color:#000000;}
div.pannelcontent a:hover{color:#E5E5E5;}
a:link{color:#A500E6;}
a:active{color:#A500E6;}
a:visited{color:#A500E6;}
a:hover{color:#E5E5E5;}
img{
	border-style: none;
}
p{ text-indent:50px; }

