body {
  background-color: #2f3030;
	background-image: url(/images/body-bg.gif);
	background-repeat: repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0;
  }

.container {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  }

.call {
  position: absolute;
	top: 14px;
	right: 20px;
	width: 284px;
	height: 79px;
	background-image: url(/images/call.gif);
	background-repeat: no-repeat;
	}

.content {
  position: absolute;
	top: 110px;
	left: 0px;
	width: 900px;
  min-height: 434px;
  height: auto !important;
  height: 434px;
	background-image: url(/images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 45px;
	}

h1 {
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 7px;
	margin-top: 7px;
	border-bottom: 2px dashed #2f3030;
	display: inline;
	font-size: 24px;
	}

.newcv {
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 7px;
	margin-top: 7px;
	border-top: 2px dashed #2f3030;
	display: inline;
	font-size: 22px;
	}

em, strong {
  color: #d658db;
	}
img {
  border: 0;
	}
.buttonintext {
  vertical-align: middle;
	}
form {
  margin: 0;
	}
.experience {
  width: 470px;
	margin: 0;
	}
.emailexample {
  width: 400px;
	margin: 0;
	padding: 5px;
	border: 1px solid #333;
	background-color: #EEE;
	}