/***MAIN***/

html, body {
    height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #0f0f0f;
	background-image: url(/angie/img/body.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	font: 10px Tahoma;
	color: #FFF
}

body {
	overflow-x: hidden;
}

IMG {
	border: 0;
}

#content {
	width:750px;
	margin:0 auto;
}

/***HEADER***/

#header {
	width: 99,9%;
	height: 36px;
}

#header #rgb {
	text-align: left;
	float: left;
	position: absolute;
}

#header #contacts {
	text-align: right;
	float: left;
	position: absolute;
	right: 0;
}

#header #headtext {
	text-align:center;
	padding-top:13px;
}

/***GALERY***/

#wrap {
	padding-top: 180px;	
}

/***TEXT***/

#text {
	padding-top: 10px;
	padding-left: 90px;
	text-align:left;
	font:13px Tahoma;
	color:#FFF;	
	width: 240px;	
}

/***PROJECTS***/

#projects {
	padding-top: 20px;
	padding-left: 90px;
	text-align:left;
	font:13px Tahoma;
	color:#FFF;	
	width: 600px;	
}

/***FOOTER***/

#footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 99,9%;
	background:#000000;
	height:65px;
	/*margin-bottom:-1px;*/
	border-top:2px solid #262626;
	left: 2px;
}

#footer a {
	font:10px Tahoma;
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	font:10px Tahoma;
	color:#FFF;
	text-decoration:underline;












