#bottom{
    margin:20px 10% 0 10% !important;
    min-height:66px;
    clear: both;
}
.projects {
	border: #FFC6E6 1px solid;
    min-height: 64px;
    overflow: hidden;
    padding: 5px 5px 5px 2%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    _margin: 0 0 0 144px;
    zoom:1;
	BACKGROUND: url(../../img/grad_blue.gif) repeat-x;
}
.projects ul {
    color: #ed0f70;
    float:left;
    min-width: 20%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
}
.projects ul {
    width: 19%;
    padding: 0;
    }
.projects ul li {
    list-style-type:disc;
    list-style-position:inside;
    }
a.niz,a.niz:visited, .projects ul li a, .projects ul li a:visited{
	color: #ed0f70;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	text-decoration: none
}
a.niz:hover, .projects ul li a:hover {
    text-decoration: underline
}
#rom{
    float:left;
    width:144px;
	height:64px;
	text-align:center
}

.footer {
	background: url(../../img/foot2.gif) repeat-x;
	position:relative;
    min-width: 500px;
    text-align: center;
    padding: 72px 0 12px 0;
}
.footer .align_center_to_left {
    margin-top:75px
    }
.align_center_to_left
	{
		margin-top:10px;
	position: relative;
	right: 50%;
	float: right;
	}
.footer .align_center_to_left {margin-top:75px}
.align_center_to_right
	{
	position: relative;
	z-index: 1;
	right: -50%;
	float:left
	}