*
{
    margin: 0;
    padding: 0;
	color: #fff;
	border: none;
}

html
{
	font-size: 100%;
	height: 100%;
}

body
{
    position: relative;
	background-color: #181818;
    text-align: left;
    height:100%;
    font-family: "Calibri", monospace;
	font-size: 1.2em;
}

a
{
    text-decoration: none;
}

body>table
{
	height: 100%;
	width: 100%;
	border-collapse: collapse;
}

#header
{
	height: 85px;
}

#header h1
{
	position: absolute;
	right: 60px;
	top: 30px;
}

.menu
{
	position: absolute;
	top: 28px;
	list-style-type: none;
}

.menu li
{
	position: relative;
	cursor: pointer;
	height: 10px;
	margin-bottom: 8px;
}

.menu li img
{
	position: absolute;
	top: 0;
	display: none;
}

#menu-l1
{
	left: 60px;
}

#menu-l2
{
	left: 200px;
}

#menu-l3
{
	left: 340px;
}

#menu-r
{
	right: 340px;
}

#menu-r li
{
	float: right;
	clear: right;
}

#menu-animals
{
	background-image: url("img/menu_animals.png");
	width: 80px;
}

#menu-twitter
{
	background-image: url("img/menu_twitter.png");
	width: 80px;
}

#menu-blog
{
	background-image: url("img/menu_blog.png");
	width: 44px;
}

#menu-cosplay
{
	background-image: url("img/menu_cosplay.png");
	width: 76px;
	height: 10px;
}

#menu-events
{
	background-image: url("img/menu_events.png");
	width: 65px;
}

#menu-flickr
{
	background-image: url("img/menu_flickr.png");
	width: 70px;
}

#menu-flora
{
	background-image: url("img/menu_flora.png");
	width: 53px;
}

#menu-landscape
{
	background-image: url("img/menu_landscape.png");
	width: 101px;
}

#menu-marketing
{
	background-image: url("img/menu_marketing.png");
	width: 105px;
}

#menu-people
{
	background-image: url("img/menu_people.png");
	width: 62px;
}

#menu-fashion
{
	background-image: url("img/menu_fashion.png");
	width: 77px;
	height: 10px;
}

#menu-portraitI
{
	background-image: url("img/menu_portraitI.png");
	width: 103px;
	height: 10px;
}

#menu-portraitII
{
	background-image: url("img/menu_portraitII.png");
	margin-top: 10px;
	width: 112px;
	height: 9px;
}

#menu-beauty
{
	background-image: url("img/menu_beauty.png");
	width: 65px;
	height: 9px;
}

#menu-scenery
{
	background-image: url("img/menu_scenery.png");
	width: 77px;
}

#menu-texture
{
	background-image: url("img/menu_texture.png");
	width: 78px;
}

#footer
{
	height: 10px;
	font-size: 0.6em;
	text-align: center;
	padding-bottom: 4px;
}

#footer p
{
	color: #888;
}

#content
{
	height: 100%;
	text-align: center;
}

#content td
{
	padding: 0 40px 0 40px;
}

#content ul
{
	list-style-type: none;
}

#content li
{
	display: inline;
	padding: 15px;
}

#flashcontent
{
	height: 100%;
}
