input[type=text], input[type=password], input[type=submit] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #333;
    box-sizing: border-box;
    background:#222;
    color:#FFF;
}

input:hover
{
	background:#333;
}

button:hover {
    opacity: 0.8;
}

nav li
{
	list-style:none;
	padding:5px;
}

nav li:hover
{
	background:hotpink;
}

.AlbumLayer
{
	width:200px;
	height:200px;
	background:#222;
	float:inherit;
	display:inline-block;
	padding:5px;
	margin:0px;
}

.AlbumLayer:hover
{
	background:#444;
}

div.banner
{
	width:1500px;
	height:200px;
	float:inherit;
}

div.container
{
	width:1500px;
	background:#333;
	height:1900px;
	margin:0px auto;
}

div.leftpanel
{
	width:1500px;
	float:inherit;
}

div.content
{
	width:1100px;
	float:left;
	margin:0px;
}

div.rightpanel
{
	width:255px;
	float:left;
}

h1
{
	width:100%;
	background:#555;
	margin:0px;
}

body
{
	background:#000;
	color:#FFF;
	font-family:arial;
	font-size:20px;
}

a:link
{
	color:#FFF;
	text-decoration:none;
}

a:visited
{
	color:#FFF;
	text-decoration:none;
}

a:active
{
	color:#FFF;
	text-decoration:none;
}

a:hover
{
	color:#FFF;
	text-decoration:underline;
}


div.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   height:65px;
   background-color: #777;
   color: #FFF;
}

div.footer-left
{
	float:left;
	margin-left:20px;
	padding:7px;
	width:70%;
}

div.footer-right
{
	float:right;
	padding:0px;
	margin-top:0px;
}