*{
	margin: 0; padding: 0;
}
html{
	height: 100%; width: 100%;
}
body{
	height: 100%; width: 100%;
	background-color: #fffee9;
	position: relative;
	font-size: 12px;
	font-family: Verdana,Tahoma,sans-serif;
	color: #cccc9b;
}

a {
    font-family: Verdana,Tahoma,sans-serif;
    font-size: 11px;
    
    color: #1C77B0;
    text-decoration: underline;
}

a:hover, a:active {
    font-weight: bold;
    text-decoration: underline;
}

#container{
	width: 721px;
	height: 577px;
	top: 50%;
	left: 50%;
	margin-left: -360px;
	margin-top: -288px;
	position: absolute;
	background: #252144 url(./images/main.jpg) no-repeat;
}

.seo_content{
	display: none;
}
#portfolio ul
{
	font-size: 11px;
	color: #cccc9b;
	font-family: Verdana,Tahoma,sans-serif;
	position: absolute;
	margin: 0; padding: 0;
	list-style: none;	
	left: 22px;
	top: 20px;
	line-height: 17px;
}
#portfolio ul li
{
	margin: 0; padding: 0;
}

.rightLinks {
    position: absolute;
    left: 240px;
    top: 400px;
    
    color: #FFFFFF;
}

.rightLinks ul, .rightLinks li {
    margin-left: 0;
    padding-left: 0;
    
    list-style: none;
}