body{
  margin:0;
  padding:30px;
  font-family: arial, sans-serif;
 }

html body{
  overflow:hidden;
  background-image: url('../images/theme/background.jpg');

}

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 50px;
    left: 25%;
    padding: 16px;
    border: 1px solid black;
    background-color: white;
    z-index:1002;
    overflow: auto;

}

#footer{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height: 54px;
    background-image: url('../images/theme/footer-bg.gif');
    border: thin #fff solid;
    border-width: 1px 0px 0px 0px;
    font-family: arial, sans-serif;
 }

#shadow {
    background-image: url('../images/theme/shadow.png');
    width: 817px;
    height: 647px;
    position:relative;
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-right: 0px;
    background-repeat: no-repeat;
}

#container {
    height: 576px;
    width: 720px;
    position:relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

#content{
  height:100%;
  width: 100%;
  background-image: url('../images/theme/main-stage.png');
  overflow:auto;
}

div.col1 {
    position: relative;
    top: 150px;
    margin-left: 45px;
    width: 45%;
    float: left;
    text-align: left;
    color: #fff;
}

div.col2 {
    position: relative;
    top: 150px;
    margin-left: 45px;
    width: 30%;
    float: left;
    text-align: left;
    color: #fff;
}

div.title {
    position: relative;
    top: 39px;
    color: #fff;
    width: 100%;
    text-align: center;
}

div.img_thumbnail_top {
    position: relative;
    top: 180px;
    margin-left: 20px;
    float: left;
    text-align: center;
}

div.img_thumbnail_bottom {
    position: relative;
    top: 200px;
    margin-left: 20px;
    float: left;
    text-align: center;
}

div.page_info {
    position: relative;
    top: 150px;
    color: #fff;
    width: 100%;
    text-align: center;
}

div.footer_content {
    padding: 9px;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #fff;
}

div.menu {
    position: relative;
    top: 210px;
    margin-left: 10px;
    float: left;
    text-align: center;
    color: #fff;
}

div.cv_menu {
    position: relative;
    top: 210px;
    margin-left: 95px;
    float: left;
    text-align: center;
    color: #fff;
}

b.title {
    text-align: center;
    font-size: 25px;
}

b.subtitle {
    text-align: center;
    font-size: 12px;
}

/* Link stuff */

a.menu:link, a.menu:visited {
	text-transform: capitalize;
	color: #fff;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	font-family: arial, sans-serif;
}

a.menu:active, a.menu:hover {
	text-transform: capitalize;
	color: #D4D7FE;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	font-family: arial, sans-serif;
}


a.footer:link, a.footer:visited {
	text-transform: capitalize;
	color: #fff;
	text-decoration: underline;
	font-size: 10px;
	font-family: arial, sans-serif;
}

a.footer:active, a.footer:hover {
	text-transform: capitalize;
	color: #7f7f7f;
	text-decoration: underline;
	font-size: 10px;
	font-family: arial, sans-serif;
}

div.down_arrow {
	z-index: 1;
	top: 300px;
	left: 670px;
	position: relative;
}