/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
	font-family: Lucida, Helvetica, Arial, sans-serif;
	background:url("background.JPG") no-repeat fixed center center;
	color: #fff;
	font-size: 11px;
	line-height: 150%;
	letter-spacing:1px;
}

a {
	outline:0 none;
}

li {
	list-style:none;
}

h1 {
}

a:link {
    color: #fff;
    text-decoration: none;
}
a:visited {
    color: #fff;
	text-decoration: none;
}
a:hover {
    color: #fff;
	text-decoration: none;
}

#container {
	margin:0 auto;
	overflow:hidden;
}

#menu {
	position:fixed;
	clear:both;
	width:100%;
	height:20px;
	overflow:hidden;
	bottom:0;
}

#menu_content {
    float: left;
	width: 400px;
	height: 20px;
}
#menu_content ul li {
    display: inline;
}

#menu_content ul li.first a {
	border-left: none;
}

#menu_content ul li a {
    border-left: 1px solid #999999;
	padding:0 0 0 8px;
}

#main {
	clear:both;
	margin:0 auto;
	width:500px;
	height:3600px;
	font-size:14px;
	line-height:200%;
}

#top {
	width:500px;
	height:400px;
	padding:160px 0;
}

#top  h1 a {
	width:150px;
	height:30px;
	margin:185px 175px;
	display:block;
}

#about {
	width:500px;
	height:150px;
	padding:285px 0;
}

#works {
	width:500px;
	height:400px;
	padding:160px 0;
}

#flyer, #web, #photo{
	margin-bottom:10px;
}
	

.gallery {
	margin-top:5px;
}

.gallery ul li{
	display:inline;
}

.gallery ul li a{
	padding:0 0 0 27px;
}

.movie{
	margin:0 25px;
}

#link {
	width:500px;
	height:150px;
	padding:285px 0;
}

#contact {
	width:500px;
	height:150px;
	padding:285px 0;
}

button {
background:none repeat scroll 0 0 transparent;
border:none;
color:#FFFFFF;
cursor:pointer;
font-size:14px;
margin:0 auto;
outline:none;
}
