body
{

	 background-image:url(../images/);
	 background-repeat: no-repeat;
	 background-size: 100%;
	 background-height:100%
	 
}
#divtop
{
    background-image:url(../images/20-yrs.jpg); 
	background-size: 100%;
    width: 100%;
    height:500px;
    border-radius:15px;
    display:block;
    margin-left:0px;
	margin-top:15px;
	box-shadow: 0px 0px 14px #999999; 
}

#divtop1
{
    background-color:#f2f2f2;
	background-size: 100%;
    width: 95%;
    height:500px;
    border-radius:15px;
    display:block;
    margin-left:32px;
	margin-top:15px;
	box-shadow: 0px 0px 14px #999999; 
}

#adivtop
{
    background-image:url(../images/); 
    width: 100%;
    height:480px;
    border-radius:5px;
    display:block;
    margin-left:170px;
     box-shadow: 0px 0px 14px #999999; 
}


#divbot
{
    background-image: url(../images/lightg.jpg); 
    width: 500px;
    height:650px;
    margin-left:170px;
    display:block;
    
}

#dmain
{
    box-shadow: 0px 0px 14px #999999; 
    border-radius:15px;
    border-color: #d3d3d3;
    border-width: 1px;
    border-style: solid;
    background-color:#f2f2f2;
    width:300px;
    height:420px;
    margin-left:70%;
    margin-top: 15px;
}

#dmain1
{
    box-shadow: 0px 0px 14px #999999; 
    border-radius:15px;
    border-color: #d3d3d3;
    border-width: 1px;
    border-style: solid;
    background-color:#f2f2f2;
    width:300px;
    height:350px;
    margin-left:71%;
    margin-top: 50px;
    
}

#dmain2
{
    box-shadow: 0px 0px 14px #999999; 
    border-radius:15px;
    border-color: #d3d3d3;
    border-width: 1px;
    border-style: solid;
    background-color:#f2f2f2;
    width:500px;
    height:800px;
    margin-left:5%;
    margin-top: 5px;
}

#dmain3
{
    box-shadow: 0px 0px 14px #999999; 
    border-radius:15px;
    border-color: #d3d3d3;
    border-width: 1px;
    border-style: solid;
    background-color:#f2f2f2;
    width:500px;
    height:600px;
    margin-left:10%;
    margin-top: 5px;
}
#u_id 
{
    margin-left: 8px;
   
}

#u_ps
{
    margin-left: 8px;
   
}

#u_sub
{

    margin-left: 70px;
}



#a_id 
{
    margin-left: 8px;
   
}

#a_ps
{
    margin-left: 8px;
   
}

#a_sub
{

    margin-left: 80px;
}

.button {
  padding: 10px 15px;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #ff9900;
  border: none;
  border-radius: 15px;
  box-shadow: 0 3px #999;
}

.button:hover {background-color: #3e8e41}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
