body {
	margin: 0px auto;
padding: 50 50 50 50px;
	background-color: #fff;
background-repeat: repeat-x;
  font-weight: normal;
  text-decoration: none;
  font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
}

a {
    color: rgb(64, 122, 170);
    text-decoration: underline;
}
a:visited {
    color: rgb(64, 122, 170);
    text-decoration: underline;
}

#cont {
	margin: 0px auto;
	height: 100%;
	width: 1000px;
}


#name { 
	float: left;
	width: 30%;
	padding-top: 200px;
}
	
#me {
	margin-left: 50px;
	float: left;
}

#main {
	float: left;
	margin-left:  50px;
	width: 30%;
}

#foot {
	clear:both;
}