body {
	margin: 0;
	background: #000 url(../images/bg.gif);
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#imgdiv {
	width: 447px;
	margin-left: auto; 
	margin-right: auto;
}

#container {
	position: relative;
	display: block;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	height: 500px;
	background: #000000 url(../images/bbb.gif);
}

#comp {
	width: 347px;
	height: 295px;
	position: absolute;
	z-index:999;
	left: 273px;
	top: 56px;
}

#bganim {
	width: 490px;
	height: 280px;
	position:absolute;
	left: 209px;
	top: 109px;
	border: 1px solid #fff;
	border-right: none;
	background-color: #000000;
}

#content {
	width: 529px;
	position:absolute;
	left: 170px;
	top: 109px;
	border: 1px solid #41363C;
	border-right: none;
	background-color: #000;
}

#content-text {
	display: block;
	padding: 15px 10px 10px 20px;
	text-align: justify;
}	

#tlogo {
	position: absolute;
	width: 60px;
	height: 78px;
	left: 623px;
	top: 16px;
}

#event {
	width: 151px;
	height: 184px;
	position: absolute;
	left: 10px;
	top: 317px;
}

#hheading {
	position: absolute;
	left: 159px;
	top: 41px;
}

#llinks {
	width: 345px;
	height: 10px;
	position: absolute;
	left: 220px;
	bottom: 30px;
}

#nav {
	position: absolute;
	width: 193px;
	top: 105px;
	margin-left: -15px;
}

#nav ul {
	list-style: none;
}

#nav ul li{
	list-style: none;
	margin-bottom: 15px;
}

#nav ul li a{
	text-decoration: none;
	color: #FFFF00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif
}

#nav ul li a:hover{
	color: #FFF;
}

#simplegallery{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
z-index: 1
}

#simplegallery .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}
