
* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

/* Page */
#page {
	width:1024px;

	margin: 0 auto;
}


#leftpage {
	width:700px;
	height: 680px;
	float:left;
	background: url(images/alberto_wall_left.jpg) repeat;
}
#form {
	width:700px;
	height: 680px;
	float:left
	background: url(images/alberto_wall_left.jpg) repeat;
}
#rightpage {
	width:324px;
	height: 680px;
	float:left;
	background: url(images/alberto_wall_right.jpg) no-repeat left bottom;
}

/* Menu */
#menu
{
	padding-left: 10px;
	height: 60px;
}
#menu ul
{
	list-style: none;
	padding-top:10px;
}

#menu li
{
	display: inline;
}

#menu li a
{
	font-size: 1.3em;
	font-weight: bold;
	text-transform: lowercase;
	color: #ffffff;
	text-decoration: none;
	margin-right: 1.2em;
}

#menu li a:hover
{
	color: #ffff66;
	text-decoration: underline;
}


#content {
	width:700px;
	height: 620px;
	float: left;
	background: url('images/poster.png') no-repeat;

}

#content2 {
	width:700px;
	height: 620px;
	float: left;
	left:200px;
	background: url('images/poster.png') no-repeat;

}

/* Sidebar */

#rightcolumn {
	width:324px;
	height: 620px;
	float: left;

}

#toprightcolumn {
	height: 320px;

}

#bottomrightcolumn {
	height: 300px;

}

/* Footer */

#footer {
	width:1024px;
	height: 50px;
	margin: 0 auto;
	padding: 0 50px 0 50px;
	background: #FFFFFF;
}



