diff -r 000000000000 -r d4dc097a6083 web/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/style.css Thu Dec 15 14:02:15 2011 +0100 @@ -0,0 +1,114 @@ +body { + font-family: Helvetica, Arial, Verdana, sans-serif; + background-image: url(../crea/imgs/bgd-top.png); + background-repeat: repeat-x; + background-color: #F7F6F6; + margin-top: -05px; + +} + +#banner { + margin: 0px auto; + width: 960px; + border-bottom: 1px solid #fe4f76; + padding-top: 10px; + margin-top: -4px; +} + +#outer_div { + width: 990px; + background-image: url(../crea/imgs/bgd-degrade.png); + background-repeat: repeat-y; + margin: 0px auto; + border-top: 1px solid #ffffff; +} + +#inner_div { + margin: 0px auto; + width: 960px; + background-image: url("../crea/imgs/background.png"); + background-repeat: repeat-x; +} + + +#intro_title { + text-align: center; + padding-bottom: 20px; + padding-top: 15px; + font-family: 'PT Sans Narrow', Helvetica; + font-size: 22pt; +} + +#wrapper_div { +} + +table#content { + width: 910px; + border: solid 10px #7a7a7a; + border-bottom: solid 14px #7a7a7a; + border-top: solid 14px #7a7a7a; + position: relative; + margin: 0 auto; + border-collapse: collapse; + table-layout: fixed; +} + +td#left_pane { + background-color: white; + width: 660px; +} + +td#right_pane { + font-family: 'PT Sans Narrow', Helvetica; + width: 220px; + border-left: solid 10px #7a7a7a; + background-color: white; +} + +#caption_text { + padding: 15px; + text-align: justify; +} + +#footer { + font-family: 'PT Sans Narrow', Helvetica; + margin: 0px auto; + margin-top: 10px; + bottom: 5px; + width: 410px; + border-top: 1px solid black; + text-align: center; + padding: 2px; + color: black; +} + +#footer a { + color: black; + font-size: 10pt; +} + +#partners { + clear: both; + margin: 0 auto; + margin-top: 20px; + width: 890px; + border: 10px solid #7a7a7a; + background-color: white; + font-size: 12px; +} + +#partners img { + margin: 0 auto; + display: block; + padding-bottom: 22px; +} + +/* the last div of the document */ +#closing_div { + width: 990px; + height: 30px; + background-image: url("../crea/imgs/close.png"); + background-repeat: no-repeat; + background-position: 2px 0px; + margin: 0px auto; +}