html, body {
    font-family: Century Gothic, Tahoma, Arial;
    color: #6B8EA5;
    font-size: 16px;   
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
a {
	outline: none;	
}
body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
}
#header {
    background-image: url("../images/grad_up.png");
    background-repeat:repeat-x;
    width: 100%;
    height: 170px;
    padding-top: 10px;
}
#main {   
    position: absolute;
    top: 0;
    min-height: 100%;
    height:auto !important;
    height:100%;
    z-index: 2;
}
#footer {
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: right;
    background-image: url("../images/grad_down.png");
    background-repeat:repeat-x;
    z-index: 1;
}
#foot_text {
	width: 100%;
	position:absolute;
	bottom: 40px;	
	/*margin-bottom: 50px;*/
	right: 50px;
	text-align: right;
}
h1 {
    color: #7ca0b2;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 28px;
}
#content {
    position: relative;
    left: 57%;
    width: 600px;
    margin-top: 270px;
    //margin-top: 220px;
}
#dev_image {
    float: left;
    margin-right: 20px;
}   
#dev_text {
    padding-top: 15px;
}
#text {
    margin-top: 10px;
}
p {
	margin: 0;
	padding: 0;
}