/* Browser-Reset */

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, img, blockquote, a, form, input, textarea,
fieldset, legend, pre, div, span, button  { margin: 0;
                                            border: 0;
                                            padding: 0;
                                            background-color: transparent; }

img, a img, :link img, :visited img { padding: 0;
                                      border: 0;
                                      margin: 0;
                                      vertical-align: top; }
                                      
a:link, a:visited { color: #906;
					font-weight: bold;
                    text-decoration: none;
                    outline: none;
                    border: 0; }
                                                
a:hover, a:focus, a:active { color: #906;
							 font-weight: bold;
                             text-decoration: underline;
                             outline: none;
                             border: 0; }
                                                
ul, ol { list-style: none; }


/* Layout */

body { background: url("pix/screen_between_bg.jpg") #e5e5e5 repeat-x; }

#content { margin: auto;
		   width: 400px;
		   position: relative;
		   top: 210px;
		   background: url("pix/screen_between_logos.jpg") top no-repeat;
		   padding: 209px 0 0; }
		   
p { font: 14px/20px arial, sans-serif;
	color: #906;
	padding: 15px 0;
	text-align: justify; }

