html {
	height: 100%;
}
body {
	background: #303a4c url("../images/background.png") no-repeat center bottom  fixed; /*#292d31*/ 
	color: #000;
	margin: 0px;
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
	height: 100%;
}

a:link, a:visited {
	color: #45484B;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
} 

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
#container {
	background: #e7eaf2;
	width: 630px;
	color: #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0px auto;
	min-height: 100%;
	box-shadow:0px 0px 20px #000;
  -webkit-box-shadow:0px 0px 20px #000;
  -moz-box-shadow:0px 0px 20px #000;
}
* html #container {
	height: 100%;
}
#header {;
}
#logo {
	margin-top: 40px;
	margin-left: 60px;
}
#menu { 
	list-style-type: none;
	border: 1px solid #000;
	background: #292d31;
	margin-left: 40px;
	padding: 0px 7px 0px 27px;
}
#menu li {
	float: left;
	margin-right: 20px;
}
#menu li a:link, #menu li a:visited {
	color: #e7eaf2;
	text-decoration: underline;
}
#menu li a:hover {
	color: #fff;
	text-decoration: none;
} 
#content {
	width: 630px;
	height: 770px;
	border: 0px;
}
#footer {
	text-align: center;
	clear: both;
	position: relative;
	bottom: 0px;
}
#mediabox {
	overflow: hidden;
	height: 0px;
}
#playbutton {
	height: 60px;
	width: 60px;
	float: right;
	margin-top: 45px;
	margin-right: 65px;
}

#sortfolio_element {
  font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
  font-size: 12px;
  color:#666666;
  width: 492px;
  height: 500px;
  margin-top: -10px;
  position: relative;
  margin-left: 13px;
  border: 10px solid #ccc;
  background: #fff;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  box-shadow:0px 0px 10px #888;
  -webkit-box-shadow:0px 0px 10px #888;
  -moz-box-shadow:0px 0px 10px #888;
}
.imgAlbum{
	width: 100px;
	height: 90px;
	margin: 2px;
	border:5px solid #303A4C;
}
