/* html elements */
a:link
{
    color: #fc4;
}

a:visited
{
    color: #fc4;
}

a:hover
{
    color: #f90;
}

img
{
    border: #fff solid 1px;
}

h1
{
	text-align: center;
	color: #fff;
	font-family: Verdana, sans-serif;
	line-height: 1pt;
}

h2
{
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	line-height: 1pt;
}

body
{
	background-color: #444;
	margin: 0px;
	
	background-image: url("../images/bg.png");
	background-position: top center;
	background-repeat: repeat-y;
}

.textblock
{
	border-top: #fff solid 1px;
	border-bottom: #fff solid 1px;
	
	margin-top: 5px;
	margin-bottom: 5px;
	
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
}

.float-right
{
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 8px;
}

.line
{
	margin-top: 8px;
	margin-bottom: 8px;
	
	height: 0px;
	border-top: #aaa dashed 1px;
}

#firefoxPosFixed-fix
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 101%;
	width: 1px;
}

#button-home
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 174px;
	height: 52px;
}

#button-projects
{
	position: absolute;
	top: 52px;
	left: 0px;
	width: 174px;
	height: 51px;
}

#button-resume
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 174px;
	height: 52px;
}

#button-contact
{
	position: absolute;
	top: 52px;
	right: 0px;
	width: 174px;
	height: 51px;
}

#wrapper
{
	width: 811px;
	height: 100%;

	margin-left: auto;
	margin-right: auto;
}

#main
{
	position: relative;

	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	text-align: justify;

	padding-left: 45px;
	padding-right: 45px;
	padding-top: 215px;
	padding-bottom: 50px;
	
	background-image: url("../images/reflection-trans.png") !important;
	background-image: url("../images/reflectionIE-trans.png");
	background-repeat: no-repeat;
	background-position: center 111px !important;
	background-position: auto auto;
	background-attachment: fixed;
}

#buttons
{
	position: fixed;
	top: 2px;
	left: auto;
	right: auto;
	width: 739px;
	height: 103px;
	
	margin-top: 10px;
	margin-left: 36px;
}

#logo
{
	position: fixed;
	top: 14px;
	left: auto;
	right: auto;
	width: 270px;
	height: 114px;
	
	margin-left: 271px;
}

#header
{
	position: fixed;
	top: 0px;
	left: auto;
	right: auto;
	width: 902px;
	height: 157px;
	
	margin-left: -47px;
	
	background-image: url("../images/header-trans.png");
}

#footer
{
	position: fixed;
	bottom: 0px;
	left: auto;
	right: auto;
	width: 850px;
	height: 48px;
	
	margin-left: -21px;
	
	background-image: url("../images/footer-trans.png");
	background-position: center bottom;
}
