﻿body
{
    background-color: #c4dde8;
    color: #696969;
	font-family: Verdana, Sans-Serif;
	font-size:14px;
	background: #c4dde8 url(gradient.png) repeat-x top center;    
}

#content
{
	background: #c4dde8 url(stronaintro.png) no-repeat top center;    
	height:600px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.sideprojects
{
	top:500px;
	left:350px;
	color: #0ba1f7;
	position:absolute;
	font-size:18px;
}

.sideprojects a, .sideprojects a:visited
{
	color: #0ba1f7;
	text-decoration:none;
}

.sideprojects a:hover
{
	color: #0ba1f7;
	text-decoration:underline;
}




