/* 
    Document   : about
    Created on : Sep 23, 2014, 8:19:33 PM
    Author     : Manish
    Description:
        Purpose of the stylesheet follows.
*/

body{
    font-family: Arial, Helvetica, sans-serif;
    color:black;
    font-size:12px;


}
#content{
	width: 900px;
        height: 520px;
	margin: 30px;
	padding: 10px;
	border: 1px solid #c3c4c5;
	background: #d8d7d7;

}
#page-content{
     width:880px;
    height: 500px;
    background: white;
    padding:10px;
}
.footer{
    width:100%;
    height:25px;
    padding-top:5px;
    padding-bottom: 15px;
}
.footer-cont{
    width: 920px;
    height:25px;
    margin: auto;
}