/*
 * CV CSS Style
 *
 */

body
{
	
  color: #000;
  background: #fff url("../img/body-bg.png") top fixed repeat-x;
	
}

#page
{

  margin: 0 auto;
  width: 600px;
  height: 250px;

  text-align: center;
}

#searchbox input
{

  margin: 2px;

}

#foot_page p
{
        text-align: center;
}

img
{
        border: none;
        vertical-align: middle;
}

hr
{
        width: 30%;
        background: #b9c9fe;
        color: #669;
}

