@media screen {
	body{
		background: #FFFFFF url(../img/bg/bg_overlay.gif) repeat-x top left;
		margin-top: -60px;
	}
    #page {
        margin: 0 auto;
        padding: 0 0 20px 0;
        position: relative;
        width: 655px;
    }
    #main .container {
    	width: 348px;
    	float: left !important;
    	clear: none;
    	margin: 0 14px 0 0;
    }
    #page h1 {
		color: #dd127b;
		font-size: 18px !important;
		line-height: 100%;
		position: absolute;
		top: 385px;
		left:0;
	}
	#page h2 {
		color: #454545;
		font-size: 24px !important;
		padding: 18px 10px 0 0;
	}
	.carousel_top {
    	margin-bottom: 50px;
		background: transparent url(../img/bg/bg_overlay_carousel_top.gif) no-repeat 50% 58px;

    }
    #tb_close {
		cursor: pointer;
		display: block;
		position: absolute;
		top: 65px;
		right: 5px;
		z-index: 104;
		padding-right: 16px;
		height: 15px;
		text-align: right;
		background: transparent url(../img/icons/close.gif) no-repeat right center;
	}
	#tb_close:hover a,
	#tb_close:focus a{
		display: inline !important;
	}
	#tb_close a{
		text-decoration: none !important;
		display: none;
		font-size: 11px;
	}
}
