body {
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	background-color: #000000;
	margin: 0em;
	text-align: center;
	width: 900px;
	margin-left: auto;
	margin-right: auto;

}

#background {
	background-color: white;
}

#footer {
	background-color: #A29980;
	height: 30pt;
	text-align: center;
	font-size: 1.25em;
	margin-top: 10pt;
	padding-top: 5px;
}

#fb {
	margin-top: -15pt;
	margin-right: 15pt;
	text-align: right;
}

#skype {
	margin-top: -20pt;
	margin-right: 15pt;
	text-align: right;
}

/* By the way, this is a comment */
div.figure {
	margin-left: 155px;
}
div.figure p {
	font-size: smaller;
	margin-top: -5px;
	margin-left: -150px;
}

p {
	padding-left: 50pt;
	padding-right: 50pt;
	line-height: 1.5em;
}

h1 {
	color: #ffffff;
	background-color: #A29980;
	font-size: 2.5em;
	font-family: garamond;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em;
	letter-spacing: 0.05em;
}

ul {
	margin-left: -1.9em;
	line-height: 1.9em;
}

#link {
	font-size: 20pt;
	font-family: garamond;
}

.myButton {
	-moz-box-shadow:inset 1px 3px 7px 1px #ffffff;
	-webkit-box-shadow:inset 1px 3px 7px 1px #ffffff;
	box-shadow:inset 1px 3px 7px 1px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ebebeb), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ebebeb 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#dfdfdf');
	background-color:#ebebeb;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	border:3px solid #dcdcdc;
	display:inline-block;
	color:#4444fa;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:5px 24px;
	text-decoration:none;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ebebeb) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ebebeb 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ebebeb');
	background-color:#dfdfdf;
}.myButton:active {
	position:relative;
	top:1px;
}

#side {
	width: 150px;
	float: right;
	text-align: left;
	margin-top: 50px;
	margin-right: 5px;
	font-size: 1.1em;
	color: blue;
}