* /* For CSS Reset */
{
padding: 0;
margin: 0;
}

html, body
{
width: 100%;
height: 100%;
}

div#wrapper
{
width: 100%;
height: 100%;
min-height: 100%; /* For Sticky Footer */
height: auto !important; /* For Sticky Footer */
margin: 0 auto -70px; /* For Sticky Footer */
}

div#my_menu
{
width: 100%;
height: 50px;
outline: 0px solid black;
background-color: black;
text-align: center;
position: fixed;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
}

div#my_header
{
width: 100%;
height: auto;
outline: 0px solid black;
background-color: white;
text-align: center;
padding-top: 90px;
color: black;
}

div#content
{
width: 700px;
margin: 0 auto;
outline: 0px solid black;
background-color: white;
text-align: justify;
padding-top: 50px;
font-size: 14px;
}


div.clear_floats /* For Clearing Floats */
{
clear: both;
}

div#my_footer
{
width: 100%;
height: 69px;
border-top-style:dotted;
border-width:1px;
border-color:black;
background-color: white;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
}

div.push /* For Sticky Footer */
{
height: 70px;
}

.btn {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background: #3498db;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  text-decoration: none;
}
