html {
        min-width: 800px;
}

img {
        border: 0px;
}

* {
        padding: 0px;
        margin: 0px;
        font-family: Tahoma;
        font-size: 12px;
}

body {
        background-color: #000000;
        color: #FFFFFF;
        margin: 0px;
        background-image: url(images/v1.jpg);
        background-repeat: no-repeat;
        background-position: center top;	
		min-width: 800px;	
 
}


#base {
        position: absolute;
        margin-left: -450px;
        left: 50%;
        top: 0px;

        overflow: visible;


}

#title {
		position: absolute;
		left: 50px;
		top: 18px;
		font-size: 24px;
		height: 32px;
		vertical-align: bottom;

}

#title td {
		font-size: 24px;
}

#title a {
		font-size: 20px;
		text-decoration: none;
		color: white;
}


		
#content {
		position: absolute;
		left: 548px;
		top: 120px;
		width: 320px;
		
		font-weight: bold;
	
}

#picture {
		position: absolute;
		left: 237px;
		top: 150px;
		width: 240px;
		
		font-weight: bold;
	
}

.text_underline {
		text-decoration: underline;
		
}

