body {
	margin:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:silver;
	background:#494949;
    text-align: center;
}

img {
	border:none;
}

a img {
	border:none;
}

a:link {
    font-family: Helvetica, Arial;
    font-size: 13px;
    color: white;
}

a:visited {
    font-family: Helvetica, Arial;
    font-size: 13px;
    color: white;
}

a:hover {
    font-family: Helvetica, Arial;
    font-size: 13px;
    color: aqua;
}

input {
	border:none;
	background:#999;	
}

textarea {
	border:none;
	background:#999;	
}

#bg {
	height:105px;
    max-width:100%;
	background:url('img/bg.png') repeat-x;	
}

#left {
    position: absolute;
    left:0px;
}

#normal {
    position: absolute;
    margin-left: 280px;
    text-align: left;
    margin-top: 0px;
}

#menu {
    position: absolute;
    top:40px;
    margin-left: 40px;
    margin-top: 13px;
    width: 170px;
    height: 450px;
}

#gallery-div {
    position: absolute;
    top:40px;
    margin-left: 220px;
    margin-top: 13px;
    width: 720px;
    height: auto;
    border:1px dotted silver;
}

#footer {
    position: absolute;
    top:450px;
    left:470px;
}

#login {
    position: absolute;
    top:40px;
    margin-top: 13px;
    margin-left: 13px;
    width: 440px;    
}

#text {
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
}

#bio {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    max-width:100%;
    border:1px dotted silver;
}

.link {
    border:1px dotted silver;
    margin: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    text-decoration: none;
    background: #494949;
}

.cat {
    margin-top: 6px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    text-decoration: none;
    text-align: left;
    background: #515151;
}