body {
	margin:0px;
	font-family: Segoe UI, sans-serif;
}
.bg {
	width:100%;
	height:100%;
	z-index:-1;
	position:fixed;
}
.logo {
	background-image:url(topbg.png);
	border: 1px solid #000000;
	border-radius: 30px;
	height: 150px;
	margin: 0px auto 10px;
	width: 682px;
}
.container {
	width:1024px;
	height:100%;
	margin:0px auto;
	
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:50px;
}
.left {
	position:fixed;
	width:298px;
	height:100%;
	left:0px;
	background-image:url(grad.png);
	z-index: -1;
}
.right {
	position:fixed;
	width:298px;
	height:100%;
	right:0px;
	background-image:url(grad2.png);
	z-index: -1;
}
.button {
	border:black 1px solid;
	border-width:1px 1px 0px 1px;
	background-image:url(topbg.png);
	width:100px;
	height:40px;
	border-radius:10px 10px 0px 0px;
	margin:10px 20px 0px 2px;
	display:inline-block;
	cursor:pointer;
	text-align:center;
	color:#FFFFFF;
	font-size:24px;
}
.button:hover {
	border-color:#FFFFFF;
}
.content {
 
	widows:1024px;
	border:1px black solid;
	border-radius:15px;
	background-color:hsla(0,0%,0%,.8);
	overflow:auto;
	padding:5px;
 
}
a{  
color:#FFFFFF;}
.work-container{
	width:450px;
	margin:0px auto;
	text-align:center;
	border-color:hsla(0,0%,60%,1);
	border-radius:20px;
	border:1px solid;
	margin-bottom:20px;
}
.work-container:hover{
	border-color:hsla(0,0%,100%,1);
	}
.text{
	border:hsla(0,0%,100%,1);
	border:solid 1px;
	}
.text:hover{
	border-color:hsla(260,60%,50%,1);}
.but{
	background-color:#FFFFFF;
	border:#000000 solid 1px;
}
.but:hover{
	border-color:hsla(260,60%,50%,1);}
.message-box
{
   background-color: #EE9898;
border: 1px solid #FF0000;
    padding: 5px;
    margin: 0px auto 0 -100px;
    
    position: fixed;
    width: 300px;
    height: auto;
    left: 50%;
    top: 200px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    cursor: pointer;
    vertical-align: middle;
    z-index:-1; 
     opacity:0;
}
.message-box-text
{
    display:inline-block; 
    width:266px; 
    padding:0px; 
    margin:0px; 
    position:relative;
    top:0px;
    height:auto;
    }
    