* {
	padding: 0px;
	margin: 0px;
}
body {
	margin:0px 0px; padding:0px;
	background-color: #ffffff;
	text-align: center;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#header {
	background: url('../images/mySiteHeader.jpg') center no-repeat;
	height: 114px;
}

#linkedIn {
	margin-top: 20px;
	margin-right: 500px;
}

#bodyPic {
	background: url('../images/mySiteBody.jpg') center repeat-y;
}

#flashcontent {
	width: 710px;
	margin: 0 auto;
	text-align:left;
	padding:0px;
}

#footer {
	background: url('../images/mySiteFooter.jpg') center no-repeat;
	height: 268px;
}

