#support-page {
    overflow: hidden;
}
#support-page div {
    width: 272px;
    height: 74px;
    margin: 0 20px 10px 0;
    overflow: hidden;
    float: left;
}
#category-page div {
    width: 350px;
    height: 74px;
    margin: 0 20px 10px 0;
    overflow: hidden;
    float: left;
}
#support-page img {
    float: left;
    margin-right: 10px;
}
#categories {
    overflow: hidden;
}
.category {
    width: 45%;
    float: left;
    margin-right: 10px;
    padding-left: 10px;
    background: url(../images/news-bullet.png) no-repeat 0 2px;
}
.full-page {
    width: 943px;
    clear: both;
    margin: auto;
}
#search_container {
	position:relative;
}
#search_form {
	position:absolute;
	left:300px;
	top:0;
}
