body {
	margin: 0px;
	text-align: center;
	background: url('../images/background.png') repeat-x #121619;
	color: #b3b3b3;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.yellow { color: #ffde00; }

a img { border: none; }

a { text-decoration: none; color: #ffcc00; }
a:hover { text-decoration: underline; }

img { behavior: url('iepngfix.htc'); }

p { margin: 12px 0px; }

	#container {
		position: relative;
		width: 990px;
		margin: 0px auto;
		text-align: left;
	}
	
		#nav {
			position: relative;
			height: 122px;
		}
		
			#logo {
				position: absolute;
				left: 0px;
				top: 28px;
			}
			
			#sinetica {
				position: absolute;
				top: 28px;
				left: 195px;
			}
			
			#links {
				position: absolute;
				top: 0px;
				right: 0px;
			}
			
				#links a {
					display: block;
					float: left;
					height: 121px;
					line-height: 185px;
					padding: 0px 15px;
					margin-right: 1px;
					color: #fff;
					font-size: 1.4em;
					background: none;
				}
				
				#links a:hover, #links a.selected {
					background: url('../images/nav-background.png') repeat-x bottom;
					text-decoration: none;
					color: #fc0;
				}
				
			#call {
				position: absolute;
				right: 8px;
				top: 30px;
				color: #ffcc00;
			}
			
				#call span {
					font-size: 1.3em;
				}
				
				#call a {
					font-size: 1.8em;
					color: #ffcc00;
					margin-left: 12px;
				}
														
		#footer {
			position: relative;
			clear: both;
			margin: 50px 0px 100px 0px;
			//margin-top: 50px;
			color: #acacac;
			font-size: 1.2em;
			text-align: center;
		}
		
			#footer div {
				postiion: absolute;
				left: 0px;
				top: 0px;
				width: 990px;
			}
			
			#footer div.background {
				height: 152px;
				background: url('../images/footer-background.png') no-repeat;
				behavior: url('iepngfix.htc');
			}
			
			#footer div.content {
				margin-top: -130px;
			}
		
				#footer .pipe {
					margin: 0px 15px;
				}
				
				#footer a {
					color: #acacac;
				}
				
				#footer a:hover {
					color: #ffde00;
				}
