* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html {
	height: 100%;
}

body {
	background-image: url("images/paper_bg.jpg");
	min-height: 100%;
	position: relative;
}

#content {
	padding-top: 50px;
	padding-bottom: 492px;
	text-align: center;
	font-family: georgia;
	font-weight: bold;
	font-size: 14px;
}

#bottom {
	background-image: url("images/bottom_bg.png");
	width: 100%;
	height: 492px;
	position: absolute;
	bottom: 0px;
}
#bottom_pic {
	background-image: url("images/pablo.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top: 190px;
	padding-left: 20px;
	height: 302px;
	color: white;
}
#bottom h1 {
	font-family: georgia;
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 20px;
}
#bottom p {
	font-family: georgia;
	font-size: 14px;
	margin-bottom: 20px;
}
#bottom table {
	width: 800px;
	border-collapse: collapse;
}
#bottom table td {
	vertical-align: top;
	text-align: justify;
	width: 50%;
	padding-right: 30px;
}
#bottom a {
	color: #c5b614;
	text-decoration: none;
	font-weight: bold;
}
#bottom a:hover {
	color: #F7F1AE;
}

#webdesigns {
	background-image: url("images/title_webdesigns.png");
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 60px;
	text-align: center;
}

#webdesigns * {
	margin: 0px auto;
	border-collapse: collapse;
}

#webdesigns img {
	margin: 5px;
	border: 3px;
	border-style: solid;
	border-color: white;
}

#webdesigns img:hover {
	border-color: gray;
}