body {
	margin: 0;
	padding: 0;
}

.container {
	font-family: arial, helvetica, verdana, sans-serif;
	margin: 0 auto;
	padding: 0;
}

.top {
	width: 100%;
	height: 50%;
	position: fixed;	
	display: block;
	z-index: -999;
	top: 0;
/*	background: #343434;*/

}

.bottom {
	background: #27ae60;	
	width: 100%;
	height: 50%;
	position: fixed;	
	display: block;
	z-index: -999;
	bottom: 0;

}

.footer {
	/*background: #2ecc71;*/
	background: #34495e;
	width: 100%;
	margin: 0 auto;
	bottom: 0;
	position: fixed;
	color: #fff;
	text-align: center;
	padding: 0 0 7px 0;
	line-height: normal;
	font-size: 12px;
	height: 30px;
}

.content {
    /*left: 50%;*/
    width:450px;
    height:460px;
    /*margin: 0 auto;*/
 	/*margin-top: 100px;*/
 	/*margin-bottom: 50px;*/

	z-index: 9999;
	border: 1px solid #27ae60;	
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #fff;
	text-align: center;
	padding: 20px 0 0 0;


	position:fixed;
    top: 50%;
    left: 50%;
    /*width:30em;*/
    /*height:18em;*/
    margin-top: -15em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
}

.sitereq {
	color: #a0a0a0;
	font-size: 12px;
}
.sitereq h4 {
	margin: 7px 0 0 0;
}

.sitereq span {
	font-size: 12px;
}


@media screen and (min-device-width : 320px) and (max-width: 640px)   {
	
	.content {
		margin: 0;
		position: relative;
	    /*top: 50%;*/
   		left: 10%;
   		margin-top: 20px;
   		margin-bottom: 20px;
   		margin-left: 15px;
   		margin-right: 15px;

	}
}


.content:hover {
	border: 1px solid #27ae60;
	/*box-shadow: 0px 0px 20px #27cc6d;*/
}

.content ul {
	margin-top: 0;
	list-style: none;
	margin: 0;
	padding: 0;

}

.healthcare {
	color: #656262;
	padding: 15px;
}

.content ul li a {	
	color: #34495e;
	text-decoration: none;
	font-size: 22px;
	line-height:  2em;

        -webkit-transition: background 0.3s linear;
        -moz-transition: background 0.3s linear;
        -ms-transition: background 0.3s linear;
        -o-transition: background 0.3s linear;
        transition: background 0.3s linear;

         -webkit-transition: color 0.3s linear;
        -moz-transition: color 0.3s linear;
        -ms-transition: color 0.3s linear;
        -o-transition: color 0.3s linear;
        transition: color 0.3s linear;

}

.content ul li a:hover {
	color: #ffffff;
	background: #27ae60;
	padding: 10px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;

}

.content p {
	color: #1a561a;
	margin: 30px;
	padding: 15px;
	background: #fffdce;
	border: 1px solid #e1da3d;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-top: 100px;
}
