/* Reset ------------------------------------------------------------------ */

:link,:visited {
	text-decoration:none;
}
html,body,div,ul,ol,li,dl,dt,dd,form,fieldset,input,textarea,h1,h2,h3,h4,h5,h6,
pre,code,p,blockquote,hr,th,td {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
table {
	border-spacing:0;
}
fieldset,img,abbr,acronym {
	border:0;
}
 /* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
/* font-style:normal; */ /* font-weight:normal; */
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
a {
	text-decoration:none;
	outline:none;
}
hr {
	border:0;
	height:1px;
	background-color:#000;
	color:#000;
}
a img,:link img,:visited img {
	border:none;
}
address {
	font-style:normal;
}

/* ------------------------------------------------------------------------------------* /
/* Layout ----------------------------------------------------------------- */

body {
	text-align: center;
	background: #ddd;
	}
#container {
	position: relative;
	width: 802px;
	height: 590px;
	margin: 2px auto 0;
	border: 3px solid #404600;
	background: url("images/Movies_bg.gif");
	}

ul{
	position: absolute;
	top: 5px;
	left: 215px;
	width: 380px;
	height: 35px;
}

#Home_btn a{
	position: absolute;
	top: 0;
	left: 0;
	width: 73px;
	height: 35px;
	background: url("images/Movies_btn(Home).gif") no-repeat bottom;
	text-indent: -9999px;
}
#Home_btn a:hover{
	background-position: top;
}

#Profile_btn a{
	position: absolute;
	top: 0;
	left: 86px;
	width: 83px;
	height: 35px;
	background: url("images/Movies_btn(Profile).gif") no-repeat bottom;
	text-indent: -9999px;
}
#Profile_btn a:hover{
	background-position: top;
}

#Weblog_btn a{
	position: absolute;
	top: 0;
	left: 179px;
	width: 95px;
	height: 35px;
	background: url("images/Movies_btn(Weblog).gif") no-repeat bottom;
	text-indent: -9999px;
}
#Weblog_btn a:hover{
	background-position: top;

}

#Friends_btn a{
	position: absolute;
	top: 0;
	left: 284px;
	width: 87px;
	height: 35px;
	background: url("images/Movies_btn(Friends).gif") no-repeat bottom;
	text-indent: -9999px;
}
#Friends_btn a:hover{
	background-position: top;
}

#content{
	position: absolute;
	top: 70px;
	left: 120px;
	width: 560px;
	height: 390px;
}

#lower_action{
 position: absolute;
 bottom: -1px;
 left: 0;
 width: 174px;
 height: 131px;
}











