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

body {
	position: relative;
    margin: 0px auto;
    text-align: left;
    background-color: #100b07;
    font-family: arial, sans-serif;
    color: #ffffff;
    background-image: url("../images/logo.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	font-size: 16px;
    width: auto;
    height: 650px;
}

a {
	text-decoration: none;
	color: #e5a160;
}

a:hover {
	text-decoration: underline;
}

table#contact {
	text-align: left;
	width: 500px;
}

table#contact input, table#contact textarea {
	width: 490px;
	background-color: transparent;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    float: left;
}

table#contact textarea {
	height: 220px;
}

input#send {
	margin: 20px 0px 0px 210px;
}

table#studio, table#gallery {
	width: 1000px;
	text-align: center;
}

table img {
	border: 2px solid #e5a160;
}

table#studio td {
	padding: 10px;
	vertical-align: top;
}

table#studio .bodytext {
	font-size: 12px;
	text-align: justify;
	padding: 0px 20px 0px 20px;
}

table#gallery .credit {
	color: #e5a160;
	text-align: right;
}

table#gallery .creditR {
	color: #ffffff;
	text-align: left;
}

#details {
	position: absolute;
	top: 80px;
	right: 0px;
	width: 400px;
	height: 400px;
}

#homeText {
	position: absolute;
	top: 120px;
	right: 0px;
	width: 380px;
	height: 500px;
}
