html {
	height: 100%;	
}
	
#flashcontent {
	height: 100%;
}

*{
	margin:0;
	padding:0;
	font-family: monospace; 
}

body{
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:100.01%;
	background-color:#181818;
	color:white;
}

#page{
	width:100%;
	height:100%;
	margin:0 auto;
	text-align:center;	
}

h1{
	font-size:16px;
	margin:15px 0;
	margin-left:5px;
}

.albumPreview{
	width:184px;
	height:195px;
	float:left;
	margin-right:25px;
	margin-bottom:25px;
}

.albumPreview a{
	border:none;
	text-decoration:none;
	color:white;
	display:block;
	height:auto;
}

.albumPreview a:hover{
	background-color:#333333;
}

.albumPreview img{
	border:none;
}

.albumPreview span{
	display:block;
	width:184px;
	text-align:center;
}

.title{
	font-size:12px;
}

.date{
	font-size:10px;
}

.count{
	font-size:10px;
}

#back{
	margin:10px 0;
}

#back a{
	color:white;
	font-size:11px;
}

#back span{
	font-size:14px;
}

.orange{
	color:#FF9900;
}

#header{
	background-color:RGB(230,230,230);
	height:60px;
	width:100%;
	margin-top:50px;
	border-bottom:solid white 3px;
	border-top:solid white 3px;
}

#header div{
	width:950px;
	margin:0 auto;
	height:60px;
}

#header img{
	float:left;
}

#david{
	float:left;	
	height:25px;	
	margin-left:15px;
	margin-top:35px;
	font-size:18px;
	color:#181818;
	letter-spacing:1px;
}

#header span{
	color:#FF9900;
}

#header form{
	width:75px;
	height:25px;
	float:right;
	margin-top:40px;
}

#header form input{
	font-size:10px;
}

#by{
	color:#181818;
	font-size:10px;
	float:right;
	height:15px;
	margin-top:44px;
}

#by a{
	color:#181818;
}

#copy{
	font-size:11px;
}

#login{
	margin-left:25px;
}

#main{
	width:950px;
	height:auto;
	margin:0 auto;
	text-align:left;
}

#userLogin{
	margin-top:35px;
}

#mainHeight{
	width:950px;
	height:575px;
	margin:0 auto;
	text-align:left;
}

.categorie{
	margin-bottom:20px;
	width:260px;
}

.heading{
	display:inline;
	font-size:14px;
	border-bottom:dashed #FF9900 1px;
}

.desc{
	font-size:11px;
}

.countAlbums{
	font-size:10px;
}

.categorie a{
	display:block;
	text-decoration:none;
	color:white;
}

.block{
	display:block;
}

.categorie a:hover{
	background-color:#333333;
}

#container{
	display:block;
	margin-left:30px;
	width:950px;
	height:auto;
}

#categories{
	float:left;
}

.clearFloat{
	height:1px;
	width:950px;
	clear:both;
}

#userLogin{
	margin:100px 0 0 350px;
	background-color:RGB(230,230,230);
	width:250px;
	height:70px;
	padding:20px;
	text-align:center;
	color:black;
	background-image:url(login.png);
	clear:both;
	font-size:13px;
}

#userLogin input{
	margin-top:10px;
}

fieldset{
	border:none;
}

	


