/* CSS Document */
html,body{
	margin:0;
	padding:0;
	height:100%;
	}
html{
	background-image:url('/images/fireworks.jpg');
	background-repeat:no-repeat;
	background-color:#010101;
	}
body{
	background-image:url('/images/bg.jpg');
	background-repeat:no-repeat;
	background-position:386px 0px;
	}
a{
	color:#cab450;
	text-decoration:none;
	}
body,td{
	font-size:11px;
	font-family:Arial;
	color:#968981;
	}
#logo{
	position:absolute;
	z-index:1;
	top:16px;
	left:476px;
	}
#container{
	margin-left:420px;
	padding-top:190px;
	position:relative;
	width:340px;
	text-align:justify;
	}
#works{
	margin-left:40px;
	}
h1{
	display:none;
	}
h2{
	display:none;
	}
p{
	margin:3px 0 3px 0;
	}
a.example{
	float:left;
	margin-right:15px;
	margin-top:15px;
	width:131px;
	height:203px;
	}
#menu{
	position:absolute;
	z-index:1;
	top:127px;
	left:418px;
	}
#menu a{
	float:left;
	height:39px;
	font-family:"Arial Narrow";
	font-weight:bold;
	font-size:17px;
	text-decoration:none;
	line-height:36px;
	width:100px;
	text-align:center;
	margin-right:10px;
	color:#8c8a8a;
	}
#menu a.a{
	background-image:url('/images/menu.png');
	background-repeat:no-repeat;
	color:#010101;
	}