﻿
body {
	font-size:80.01%;
	font-family:Tahoma,times,serif;
	background: #000000 url(../images/bg.jpg) no-repeat top center;
	margin: 0;
	padding: 0;
}
a
{
	text-decoration:none;
	color: #ff0000;
}
a:hover
{
	text-decoration:none;
	color: #ffffff;
	background: #ff0000;
}
a:active { 
    outline:none; 
}
a:focus {
    -moz-outline-style:none;
}
.card
{
    width: 537px;
    height: 403px;
    position: absolute;
    bottom: 0;
    left: 45%;
    background: #ffffff url(../images/card.jpg) no-repeat 0 0;
}
.container
{
    position: relative;
}
.name
{
    position: absolute;
    top: 295px;
    left: 380px;
}
.email
{
    position: absolute;
    top: 310px;
    left: 273px;    
}

h1 {
	margin-bottom: 15px;
	font-size: 18px;
}

#header {
    width: 990px;
    height: 242px;
    margin: 0 auto;
    background: transparent url(../images/bg_header.jpg) no-repeat top center;
    position: relative;
}

#header .logo {
    position: absolute;
    top: 40px;
    left: 20px;
    width: 270px;
    height: 100px;
}

#header .contact {
    position: absolute;
    top: 0px;
    right: 20px;
    width: 173px;
    height: 32px;
}

#header a.logo:hover{
    background: transparent;
}

#header .tag {
    position: absolute;
    top: 160px;
    left: 20px;
    color: #ffffff;
    font-size: 2.8em;
}

#container {
	width: 990px;
	margin: 25px auto;
}

.slideBoxContainer {
    float: left;
    width: 300px;
    padding: 15px;
    position: relative;
}

.slideBox {
	width: 280px;
	height: 240px;
	position: relative;
	float: left;
	overflow: hidden;
	border: 10px solid #ffffff;
	background: #f6f5f5;
	margin: 0;
}

.slideBox img {
	position: absolute;
	z-index: 2;
	width: 280px;
	height: 206px;
}

.slideBox .content {
    height: 206px;
	position: absolute;
	z-index: 1;
	padding: 10px;
}

.slideBoxContainer .ribbon {
    width: 314px;
    height: 44px;
	position: absolute;
	top: 231px;
	left: 8px;
	z-index: 2;
	padding: 0;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 0.9em;
}

a.linkRibbon {
    float: left;
    width: 314px;
    height: 44px;
    background: transparent url(../images/ribbon.png) no-repeat 0 0;
    color: #ffffff;
}

a.linkRibbon:hover {
    width: 314px;
    height: 44px;
    background: transparent url(../images/ribbon_hover.png) no-repeat 0 0;
}

#footer {
    clear: both;
    width: 960px;
    height: 150px;
    margin: 15px auto 0 auto;
    padding: 15px;
    background: #0a0a0a;
    color: #999999;
    font-size: 1.1em;
}

#footer h1 {
    color: #666666;
}